AsfariaChowdhury / LearningAI

Documenting my journey in learning Artificial Intelligence (AI).
1 stars 0 forks source link

Revise Pandas #4

Open AsfariaChowdhury opened 1 year ago

AsfariaChowdhury commented 1 year ago

Follow Pandas Documentation: http://pandas.pydata.org/pandas-docs/stable/getting_started/intro_tutorials/01_table_oriented.html#

AsfariaChowdhury commented 1 year ago

Continue from: https://pandas.pydata.org/pandas-docs/stable/getting_started/intro_tutorials/02_read_write.html

AsfariaChowdhury commented 1 year ago

Continue from: https://pandas.pydata.org/pandas-docs/stable/getting_started/intro_tutorials/03_subset_data.html

AsfariaChowdhury commented 1 year ago

Continue from: https://pandas.pydata.org/pandas-docs/stable/getting_started/intro_tutorials/03_subset_data.html#how-do-i-filter-specific-rows-from-a-dataframe

In notebook, it is referred to as 3.2

AsfariaChowdhury commented 1 year ago

Continue from: https://pandas.pydata.org/pandas-docs/stable/getting_started/intro_tutorials/03_subset_data.html#how-do-i-select-specific-rows-and-columns-from-a-dataframe

In notebook, it is referred to as 3.3

AsfariaChowdhury commented 1 year ago

Continue from: https://pandas.pydata.org/pandas-docs/stable/getting_started/intro_tutorials/04_plotting.html

In notebook, it is referred to as Sec 4.