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!!!