Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upMake twut more object-oriented #2
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ruebot commentedDec 3, 2019
Currently the methods are run like:
ids(tweetDF)
. It would be more ideal to have them run like:tweetDF.ids
.