Skip to content

How to export data in CSV or Json? #178

Answered by AKuederle
ViktorVarjas asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ViktorVarjas, All the returned values are Pandas Dataframes. So you can use all the Pandas native methods to export results. Have a look at this page for ways to export Pandas dataframes.

Btw. If your input data structure is complex enough that you want to use a Custom Dataset, it might make sense to also include the data loading logic directly. See this example for options on how to handle custom data

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ViktorVarjas
Comment options

@AKuederle
Comment options

Answer selected by AKuederle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants