Skip to content

Commit

Permalink
Removed limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawith committed Oct 19, 2025
1 parent 2a0e53e commit 9851cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualize/distributions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

def distribution_df(dataframe, label):
name = dataframe.columns[0]
dataframe = dataframe.limit(300)
dataframe = dataframe
try:
while True:
dataframe = dataframe.select(explode(col(name)).alias(name))
Expand Down

0 comments on commit 9851cc9

Please sign in to comment.