Skip to content

SurajKande/python-pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-pandas & EDA

This repository consists of the codes and some case studies based on the topics, learned on pandas and EDA

What is pandas?

pandas is a open source library written in python for data manipulation and analysis

what is EDA( Exploratory data analysis ):

Data Processing: Processing the data in simple terms Cleaning the data is important, if not processed the data may cause noise, errors and decrease the accuracy of the mode.

some common data issues: * incosistent data columns * Missing data * duplicate data * outliers etc.

Table of Contents:

  1. python_pandas basic introduction
    • creating a dataframe from dictionary
    • pandas series
    • methods to access the dataframes ( loc, iloc )
    • using logical operators on dataframe( np.logical )
    • Looping over dataframes
    • deleting a row
  2. importing files in pandas
    • Text files
    • Flat files
    • Pickle files
    • Excel files
    • CSV files
    • importing files from web
    • JSON files
    • importing multiple files
  3. Working on Dataframes in pandas
    • subsetting the dataframe
    • slicing rows and columns
    • Filtering
    • map()
    • Vectorized functions
    • Indexing
    • Pivoting dataframe
    • stacking and unstacking
    • Melt
    • pivot table
    • groupby()
    • outliers
    • Appending
    • Concatenating
    • pattern matching
    • converting to datatypes
    • String manipulation using regular expression
    • Duplicate Data
    • Missing data
    • asserts()
  4. statistics
  5. Visualization
    • Matplotlib
      • line plot
      • histogram
      • box plot
      • scatter plot
  6. time series Date time indexing
  7. case study on Life Expectany
  8. case study on Olympic medals
  9. case study on austin weather changes using Datetime index

note: more changes will be made, content will be added as i keep making progress.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published