Skip to content
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

tqdm for upserting data #3

Open
kj3moraes opened this issue Sep 8, 2024 · 0 comments
Open

tqdm for upserting data #3

kj3moraes opened this issue Sep 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@kj3moraes
Copy link
Owner

Currently tqdm only displays elementary data because DictReader has no __len__ attribute. So I need to figure out a way to get the number of lines in a csv file (excluding the fieldnames header line) and pass that to the total parameter. This way we get the progressbar for tqdm.

@kj3moraes kj3moraes added the enhancement New feature or request label Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant