Skip to content

Commit

Permalink
fix breaking changes: 0.0.0.9013
Browse files Browse the repository at this point in the history
  • Loading branch information
mdancho84 committed Feb 13, 2025
1 parent e07ba4c commit 19cbb36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 013_exploratory_data_analysis_agent/eda_tools_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
data_raw=df,
)
exploratory_agent.get_ai_message(markdown=True)
exploratory_agent.get_artifacts(as_dataframe=True)
exploratory_agent.get_artifacts().keys()
pd.DataFrame(exploratory_agent.get_artifacts()['describe_df'])

# Example 4: Visualize missing data in the dataset.
# * Note - Requires missingno
Expand Down

0 comments on commit 19cbb36

Please sign in to comment.