tripleshot
Mmarimo
•Created by Haleshot on 11/6/2024 in #help-support
Pagination size (custom range set)
it's what I tried first by the way (coming from prior knowledge of pandas and notebooks)
12 replies
Mmarimo
•Created by Haleshot on 11/6/2024 in #help-support
Pagination size (custom range set)
per notebook basis. So my current use-case is I am doing exploration work on a small df of 34 rows. I need to filter and twist it in different ways. if I can just
df[....]
at the end of a cell with all the "query" logic that's way more intuitive for me than to have to wrap it inside some other code. I think the pandas set_option
mechanism works really well tbh and you can choose when/how to use it. It would just be nice if that got respected since that's how people use it?12 replies
Mmarimo
•Created by Haleshot on 11/6/2024 in #help-support
Pagination size (custom range set)
thank you for the great answer. Lots of options in there to choose from and the last one is short enough to be relatively pain free. Would be great to see this configurable in future though!
12 replies
Mmarimo
•Created by Haleshot on 11/6/2024 in #help-support
Pagination size (custom range set)
why is 10 rows a hardcoded config
12 replies
Mmarimo
•Created by Haleshot on 11/6/2024 in #help-support
Pagination size (custom range set)
thanks @Haleshot but may I ask why the need for workaround since in Jupyter notebook this can be adjusted using standard pandas config. It seems like added complication every time you want to view a df for what should be a config. What am I missing?
12 replies