Say I'm doing some data analysis from scratch i.e. downloading the data from a website, and then doing some explorative stats on it.
What's the best way to go about this? For instance, do most people just load the dataset into something like mySQL and then do queries to get the numbers they need?
Or is it possible to load it straight into something like R, for instance?
Or maybe use python to get a string of numbers that you need?
Sorry for the wishy-washy question, any help much appreciated.
What's the best way to go about this? For instance, do most people just load the dataset into something like mySQL and then do queries to get the numbers they need?
Or is it possible to load it straight into something like R, for instance?
Or maybe use python to get a string of numbers that you need?
Sorry for the wishy-washy question, any help much appreciated.