-
Notifications
You must be signed in to change notification settings - Fork 140
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
Pandas DataFrame Reader, additional example. #971
Comments
I made another endless loop inside of detections_gen, testing now ..
|
More examples are always welcome. It can be challenging with data readers as format and structures of data is very variable, so often need bespoke code for your use case. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to document an example for the Pandas Dataframe reader that reads files from folder that has continue new data files added?
https://stonesoup.readthedocs.io/en/v1.2/auto_examples/Custom_Pandas_Dataloader.html#dataframe-detection-reader
In the DataFrame Detection Reader section, can the instantiation be changed from dataframe=truth_df to a dataframe generator? dataframe=dataframe_generator. Where the dataframe_generator would read csv files and return the dataframe object.
The text was updated successfully, but these errors were encountered: