Skip to content

Commit

Permalink
chore: fmt code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovler-Young committed Nov 20, 2024
1 parent b18f067 commit 9ee5404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ia_collection_analyzer/streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
)
items = fetch_metadata(collection_id)
items_pd = pd.DataFrame(items)

data_transform_text = st.text("cleaning data...")
# drop columns with 80%+ nan
items_pd = items_pd.dropna(axis=1, thresh=0.8 * len(items_pd))
Expand Down

0 comments on commit 9ee5404

Please sign in to comment.