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.

Data-Science Glossary - B

beacons 5 pack  from cogdogblog
Beacon
is one of three transports used by Google Analytics, the other two being an Ajax request 'xht' and a 'image' request for a single pixel image.
is a hardware device that allows to associate a uri with a physical location like a store shelf or a bus stop. 
Benchmarking
is the a form of competitive analysis in which a web property's vital statistics are compared with similar sized websites. Benchmarking allows one to compare a site's performance, including visits, page views, bounce rate, etc with data from other Websites.
BIRCH
is an acronym for "Balanced Iterative Reducing and Clustering" algorithm.
is a micro-clustering based approach to hierarchical clustering of data.
Bounce Rate
is a metric is the percentage of visits in which the visitor only views one page of your Website before leaving is known as the Bounce Rate.
Buzz
is often the driver of methodology rather than being driven by data.

Comments

Popular posts from this blog

Moodle <=< Mediawiki SUL integration - first thoughts

downloading folders from google drive.

Insight into progressive web apps