Skip to content

HecVini/useful_resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Useful Resources

This repository gathers useful resources on some economics, research, programming, GIS, and other miscellaneous topics. Its motivation began after realizing that I had seen so many interesting references in the last year, but failed to save them. This aims to be a tracker of stuff I find useful and hopefully help others in their work.
This repository was inspired by many others, like the ones done by João Pedro Vieira, Ricardo Dahis, etc.
Lastly, comments and suggestions are welcome! You can reach me on my e-mail or my Twitter.

Repository Rules

Items here must follow a description rule:

Also, keep it simple. Do not fill it with multiple items on the same topic.

Outline

Content here is organized by topics:

  1. Econometrics
  2. R
  3. Python and GIS
  4. Research in Economics
  5. Miscellaneous
  6. Environment

1. Econometrics

2. R

  • Awesome Packages: my own list of R packages to use. Categorized into four sections: exploratory data analysis (EDA), data visualization, econometrics, and APIs.

3. Python and GIS

  • Pyarrow and Pyogrio: a much faster way to load .gpkg and .shp files in Python. Believe me, this will save you a lot of time.
  • Google Earth Engine API: run GEE queries in Pyhton. If you are a VSCode user, check also this. Also, recall to properly set your Google Drive folder. More info here.
  • Parallel Processing: use all of your GPUs to run code (especially loops). I wish I had known this years ago. This saves A LOT of time.
  • tqdm library: a progress bar with ETA. Useful for big loops.
  • gc (Garbage Collection): clean cache to avoid RAM overload. Make sure to collect your gargabe when running heavy loops.

4. Research in Economics

5. Miscellaneous

6. Datasets

About

Some resources on Economics and Programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published