Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Automations/csv/csvdata_to_dictionary.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import os
import csv
import os # OS module provides a portable way of using operating system-dependent functionality
import csv # which is used to store tabular data or spreadsheet file format, which uses comma as delimiter or separator, and such filesare known as CSV files.
#import contains inbuilt functions to use

# Create a file with data in it

Expand Down