Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 550 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 550 Bytes

Pandas with Python Tutorial

Online course available at Udemy. This repository includes basics and various functions of Pandas and the necessary data.

Get the code:

cd && git clone https://github.com/YueErro/pandas.git

Make sure you have the required dependencies installed:

pip3 install -r ~/pandas/requirements.txt

To run the files:

python3 ~/pandas/sections/dataset.py

Available run files: dataset.py, data_analysis.py and azure_data_lake.py