One of the first things that you learn from using Python is how easy it is for Python to read from Excel files be it .CSV or XLSX. The issue is knowing which function within Python libraries and there are many libraries you can use to read either the CSV or the XLSX file format. … Continue reading Read from Excel
Tag: excel
Get Data!!!
The next step of the code would be to, given the file path, determine if it is a csv or a dot xlsx file. This was done using the split function in Python whereby it was split using the dot as the character that would determine where the string would be split. This works under … Continue reading Get Data!!!
Get Data!!!
The first part of this coding project would be to select the language in this case I choose to use Python not just because of the extensive libraries but the general ease of use and overall large community of online support. The first part of this little foray into using Python to get data would … Continue reading Get Data!!!