Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix terminal output truncation for long DataFrame strings #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raccion59
Copy link

What does this PR do?

This pull request fixes the issue where long strings in DataFrame columns were truncated in the terminal output. By applying pd.set_option('display.max_colwidth', None), it ensures that all strings in the DataFrame are fully displayed without truncation.

Also I would like to mention that this is my first interaction with a project in this field, as I am new to this field and have recently developed an interest in decentralized AI and synthetic data. While I am not sure how necessary or impactful this change might be for you, I noticed that while running dataset_test4.py, the generated tweets were truncated in the terminal output. I thought this small fix might help others who encounter the same issue.

In the future, I aim to improve my skills and contribute more significantly to your project. Thank you for considering this pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant