Giter Site home page Giter Site logo

baltimore_city_employees_salaries's Introduction

Baltimore_City_Employees_Salaries

Visualize Baltimore City Employees Salaries Dataset

Enviromment

Conda

Conda is used to set up my environment. Packages are installed from conda-forge. Starting in my base environment, I did the following to setup my environment, which I called data_viz:

conda config --add channels conda-forge
conda config --set channel_priority strict
conda create --name data_viz python=3.8 numpy pandas matplotlib jupyterlab
conda activate data_viz
conda env export -f environment.yml

The last command created a yaml file with the specific package versions and package dependencies.

pip venv

I set this environment up on my chromebook's beta linux terminal. In order to install matplotlib, I needed to install some packages(I think libfreetype6-dev was the critical package):

sudo update
sduo upgrade
sudo apt install freetype2-demons freetype2-doc
sudo apt install pkg-config
sudo apt install libfreetype6-dev

And then I created my virtual environment

python3 -m venv venv
source venv/bin/activate
pip install -U pip
pip install -U steuptools
pip install wheel
pip install numpy pandas matplotlib

Getting the Data

Go to the Baltimore City Employees Salaries webpage. In the upper right of the page, there is an export button. Download as a csv file (not csv for excel). Place the file downloaded file, Baltimore_City_Employees_Salaries.csv, in the data directory.

baltimore_city_employees_salaries's People

Contributors

dennisfgardner avatar

Watchers

Dennis F Gardner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.