downloading folders from google drive.

I wanted to download some course material on RL shared by the author via Google drive using the command line.  I got a bunch of stuff using wget a folder in google drive was a challenge. I looked it up in SO which gave me a hint but no solution. I installed gdown using pip and then used: gdown --folder --continue https://drive.google.com/drive/folders/1V9jAShWpccLvByv5S1DuOzo6GVvzd4LV if there are more than 50 files you need to use --remaining-ok and only get the first 50. In such a case its best to download using the folder using the UI and decompress locally. Decompressing from the command line created errors related to unicode but using the mac UI I decompressed without a glitch.

Business analytics - Working with real estate data

Working with real estate data (Section 2.1)

This section discusses exploring data using summary statistics, histograms and scatter-plots to better understand the data. Some of these tasks can be done using excel but it probably requires more work Most  of the Material in the sections 2.2 and later cannot be done using excel and requires a more powerful data handling  package like R or the commercial packages like SPSS, SAS, Matlab etc.

Loading, viewing and summary statistics


Generate histograms


Creating a box plots for the prices etc.:


Creating a scatter plot for the prices against apartment size:



  • I used this webiste to get these samples together.
  • I also work with The R book by +Michael J. Crawley 

Comments

Popular posts from this blog

Moodle <=< Mediawiki SUL integration - first thoughts

downloading folders from google drive.

Insight into progressive web apps