Category: Python
22
Feb
Ignore CSV header in Python
by Slav Kurochkin
No Comments
Sometimes you would get a data sheet as CSV file which needs to import in SQL, the problem is CSV files don’t really care what...
19
Feb
Pipenv how to create python virtual environment
by Slav Kurochkin
No Comments
First things first we need to install pipenv, so make sure you have python 3.* and pip installed on your machine. Then create directory for...