Skip to content

Commit

Permalink
Create importer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
git-GB authored Jun 22, 2022
1 parent 4e4f5ea commit a7b2976
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions importer.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#Importing essential datascience packages
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns

0 comments on commit a7b2976

Please sign in to comment.