-
Notifications
You must be signed in to change notification settings - Fork 10
How and where do we want to provide the sample data? #11
Copy link
Copy link
Open
Description
Current explanation to provide it would be:
Implement a list of keys that you want to mark as anonymized.
class MySource(NDF):
anonymized = ["account_number", "name"]
def load(self, fname):
...After successful construction, call:
my_source.create_sample_data()
It will create a .parquet file right next to the source file (and print the filename to the screen).
This file should be committed in a Pull Request as well, together with the code.
Now, we could generate documentation and do anything basically with it, as it will contain the correct types and we can even call .to_markdown() on the loaded file (pandas>=1.0.0).
The question is, how will we start using it first? Where do we want to document the structure?
I'll start working on having a route for timeline that shows it in demo mode.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels