Viewing a single comment thread. View all comments

Joe_6202 t1_iqm602m wrote

Hiya, im pretty new to coding but am looking for a project to help develop my skills. What would you guys recommend as a good dataset to analyse?

1

No-Intention9664 t1_iqmdr97 wrote

U can choose any dataset , there are millions of datasets. If u need a specific source , check out data-is-plural.com

2

AchillesFirstStand t1_ir4csik wrote

I am new to coding and data science as well. I found it useful to find my own original dataset as it also practices the skill of finding and cleaning dataset. I've seen courses recommend to do this as well.

One dataset I created myself was I extracted the metadata from every photo on my computer, e.g. resolution, size and date taken. I then plotted all the data on a graph and tried to determine which camera of mine had taken the picture, from the data.

1