Skip to content
Permalink
Browse files
first project update
  • Loading branch information
nocerae committed Apr 7, 2021
1 parent 38e8394 commit 8be49b7f8167356cba620300469b55c99d3be283
Showing 1 changed file with 5 additions and 0 deletions.
@@ -1,3 +1,8 @@
# Reference: Database Using Python Pandas
# https://www.youtube.com/watch?v=_nYbrut66cc
# Reference: Miscellaneous operating system interfaces
# https://docs.python.org/3/library/os.html

import pandas as pd # to manipulate data in .csv format
import os # to create directories and check their existence

0 comments on commit 8be49b7

Please sign in to comment.