Skip to content

Commit

Permalink
df info verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-sijia committed Jul 25, 2023
1 parent e91a115 commit 0de0043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activitysim/core/interaction_simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def eval_interaction_utilities(
logger.info("Writing out interaction df info")

buffer = io.StringIO()
df.info(memory_usage = 'deep', buf=buffer)
df.info(memory_usage = 'deep', buf=buffer, verbose=True, show_counts=True)
s = buffer.getvalue()
with open(os.path.join(state.filesystem.output_dir, trace_label+".interaction_df.info.txt"), "w", encoding="utf-8") as f:
f.write(s)
Expand Down

0 comments on commit 0de0043

Please sign in to comment.