Hai-Hoang-88 / DataAnalysis

This is a fundamental course for analysis using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DataAnalysis

This is a fundamental course for analysis using python

The Folder is tackle the problem from sale input
Input is 12 months sale records. Then we solve tasks:

  • Merging 12 csv
  • Export output
  • clean data: - change type, remove Na value
  • Groupby Sales according to Months
  • Plot it with matplotlib.pyplot
  • Groupby Sales by Cities with string operation: Split, apply(), lambda
  • Plot with cities in dataframe: cities = [city for city, df in all_data.groupby("City")]

About

This is a fundamental course for analysis using python


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%