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
We could add 'Family' as a group type, letting multiple members be part of the same family. To keep things less random we could have a fixed list of (say) 200 family names and possibly 1000 users split across those families randomly which are stored as a CSV and then they are randomly selected when generating the historic data.
We could add 'Family' as a group type, letting multiple members be part of the same family. To keep things less random we could have a fixed list of (say) 200 family names and possibly 1000 users split across those families randomly which are stored as a CSV and then they are randomly selected when generating the historic data.
We use Faker live to generate the data but think we could also use it to create a CSV to keep the names and groups fixed https://faker.readthedocs.io/en/stable/providers/faker.providers.person.html#faker.providers.person.Provider.last_name
The text was updated successfully, but these errors were encountered: