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 - E

E
Ego Network
A local view of a social network centered around a specific user's node and containing all the nodes up to a certain distance, for example containing all the friends of a friend.
Engagement
in web analytics is the degree that users are stimulated by a website
Events
in web analytics is an interaction measured within a page or screen view. Usually it is the smallest interaction of a user with a web property.
Event tracking
in web analytics is the processes of tracking events.
Eye tracking
in web analytics is the process of tracking the focus of the users sight on a web site. While cameras can be used common practice is to track a pointer or cursor as a proxy for the actual  motion of the eye and either aggregate this data using heat maps or record the motion during session.

Comments

Popular posts from this blog

Moodle <=< Mediawiki SUL integration - first thoughts

downloading folders from google drive.

Insight into progressive web apps