Posts

Showing posts with the label Data Wrangling

4. Excel File Reader

Image
  Excel File Reader

1.1 Read each row from a given csv file and print a list of strings

Image
  Read each row from a given csv file and print a list of strings

1.2 Read a given CSV file as a Dictionary.

Image
 Read a given CSV file as a Dictionary

2.1 Convert Python dictionary object (sort by key) to JSON data. Print the object members with indent level 4

Image
  Convert Python dictionary object (sort by key) to JSON data. Print the o bject members with indent level 4

3.XML File Reading

Image
 XML File Reading

2.JSON File Reading

Image
  JSON File Reading

1.CSV File Reading

Image
  CSV FILE Reading