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

Add usernames from expansions to columns #47

Closed
igorbrigadir opened this issue Apr 21, 2022 · 2 comments · Fixed by #60
Closed

Add usernames from expansions to columns #47

igorbrigadir opened this issue Apr 21, 2022 · 2 comments · Fixed by #60
Labels
enhancement New feature or request

Comments

@igorbrigadir
Copy link
Collaborator

Currently there are user IDs only, but it would help to also have user names. Not all user columns should be added, as this would make an unreasonably wide dataframe (would need all author columns for each quoted, retweeted, etc user) but just adding names is enough to make things easier.

Additionally, document extracting and converting user objects too maybe.

@igorbrigadir igorbrigadir added the enhancement New feature or request label Apr 21, 2022
@igorbrigadir
Copy link
Collaborator Author

On second look this is significantly more awkward - but might still be possible.

@igorbrigadir
Copy link
Collaborator Author

I went with a simpler approach, just usernames there are now extra columns:

in_reply_to_username
retweeted_username
quoted_username

Which should cover all the possibilities (A tweet can be both a reply and a quote for example)

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

Successfully merging a pull request may close this issue.

1 participant