There are 5 datasets in your home directory and while all datasets are actually CSV formatted and should have the .csv
file extension, 3 files have issues with their file extensions. Let's move the problematic files into their own directory.
Instructions
- Move all the files that don't have
.csv
as the file extension to a new folder calledproblematic
.
~$ mkdir /home/dq/problematic ~$ mv /home/dq/crime_rates.json /home/dq/problematic/crime_rates.json ~$ mv /home/dq/forest_fires.cssv /home/dq/problematic/forest_fires.cssv ~$ mv /home/dq/legislators /home/dq/problematic/legislators
/home/dq$ mkdir /home/dq/problematic
/home/dq$ mv /home/dq/crime_rates.json /home/dq/problematic/crime_rates.json
/home/dq$ mv /home/dq/forest_fires.cssv /home/dq/problematic/forest_fires.cssv
/home/dq$ mv /home/dq/legislators /home/dq/problematic/legislators