análise fatorial exploratória python code example
Example 1: setwd python
os.chdir("/home/varun/temp")
Example 2: python matplt
import matplotlib.pyplot as plt
plt.plot([1, 2, 3, 4])
plt.ylabel('some numbers')
plt.show()
os.chdir("/home/varun/temp")
import matplotlib.pyplot as plt
plt.plot([1, 2, 3, 4])
plt.ylabel('some numbers')
plt.show()