You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dictifying will probably make things like writing to a dataframe (#50) or some other output (#23), since I believe the data frame, yaml, and json packages have well defined methods for processing dicts.
Would you like to help add this feature?
Yes, and I will submit a pull request soon.
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What feature would you like added?
It would be great if most objects had a cascading
.to_dict()
method, a lot like the.get_intervals_at_time()
method. Here's a sketch of the ideaSequence*
For Sequence objects, minimally
For Tiers
For TierGroups
For TextGrids
What would the use case be for this feature?
dictifying will probably make things like writing to a dataframe (#50) or some other output (#23), since I believe the data frame, yaml, and json packages have well defined methods for processing dicts.
Would you like to help add this feature?
Yes, and I will submit a pull request soon.
Code of Conduct
The text was updated successfully, but these errors were encountered: