Skip to content

yacineAo/ProjetAnalyes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 

Repository files navigation

ProjetAnalyes

i make in all branch main.py in this path : ProjetAnalyes/.spyproject/config

and in each branch it represent question Q1....

Difficult

  • i can't install library statsmodels and seasonal and i have make a lot change but did not work but i will fix theme soon :)

conclusion

  • i learn how to put and get fill data ,like "my_data.csv" in my work by using bibliothec pandas ( final_data = pd.read_csv(file_name) , final_data.to_csv(file_name, index=False) )
  • and for print use print(final_data) that is all
  • and for to get information use function info()
  • for to make analyse descriptive use monthly_stats = final_data.groupby('Month')['Sales'].describe()
  • graphique de série chronologique we need to import matplotlib.pyplot as plt and complet size of figure and xlabel,ylabel,title .....

About

Analyse des ventes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published