Skip to content

Extracting, Transforming, Loading data from CSV file in python without using pandas, for advanced python course with GSG (Gaza Sky Geeks)

Notifications You must be signed in to change notification settings

BaraSedih11/ETL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ETL-project

ETL project for advanced python course with GSG (Gaza Sky Geeks)

Now, At east we know what shall we do:

  • Read and try how to read csv file in python (without pandas)
  • After reading, think about structure, do we need to check it ? every time or what do you think ?
  • Check Empty and Duplicated rows
  • Based on the number of columns in the header, you are supposed to generate new file with the needed columns. For example if the header has (num_cols:5) → means your output file will have 5 processed and clean columns

About

Extracting, Transforming, Loading data from CSV file in python without using pandas, for advanced python course with GSG (Gaza Sky Geeks)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages