Post

You don’t need to be a programmer to use Python for data analysis: 🧵
1. Install Python (Anaconda is easiest)
2. Learn Pandas (used for data)
3. Load your Excel file
pd.read_excel()
4. Clean data
dropna(), drop_duplicates()
5. Export results
to_excel()
Start simple.
You’ll learn faster than you think.
English

@PythonPr I think you should give credit if you are using my infographic !!
English


