All Questions
2 questions
4
votes
2
answers
130
views
Pandas based visual data cleaning tool
I am looking to build an web-application which would allow user to upload csv file - see preview of few rows in the file and then apply different cleansing and standardisation rules.
For example the ...
4
votes
4
answers
2k
views
Multiple sites with the same codebase in Python
I am trying to run a large amount of sites which share about 90% of their code. They are simply designed to query an API and return the results. They will have a common userbase / database but will be ...