Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kjappelbaum committed Jan 14, 2024
1 parent 82b7c0c commit a387546
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

# data
import pandas as pd
import pandas_profiling

# machine learning
# scaling of data
Expand Down Expand Up @@ -56,7 +55,6 @@
np.random.seed(RANDOM_SEED)

df = pd.read_csv('data/data.csv')
profile = pandas_profiling.ProfileReport(df.sample(10), minimal=True)

print(df.head())

0 comments on commit a387546

Please sign in to comment.