-
Notifications
You must be signed in to change notification settings - Fork 7
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
Convert excel files to csv files epi_hiv_malaria_measles_schisto_tb #1484
Convert excel files to csv files epi_hiv_malaria_measles_schisto_tb #1484
Conversation
Hi @tdm32, @tbhallett, @matt-graham and @tamuri . I've started converting the excel files to csv and read them using the Because we have converted files to csv, all values are converted to strings and read as strings as such |
@matt-graham, In run checks, there are Pylint errors in test_hiv. I can't figure out why Pylint is reconising the output of this line as a dictionary instead of a dataframe. All tests in
|
Hi @mnjowe, thanks for doing all of this files. All sheets are present. Just one query, ResourceFile_schisto.xlsx is soon to be replaced with a newer version with many more sheets contained in it. When I do the PR for those changes, should I try and follow your logic here separating each sheet into a csv file? |
Hi @tdm32 . Yes, you can follow same logic and use a quick way to convert from excel files to CSV files(put it in a test file and run it as a test)
|
This PR aims at converting excel files in epi, hiv, malaria, measles, schisto and tb to csv files and read the newly created csv files using the newly created
read_csv_file
method.Person Responsible - Tara Mangal