Giter Club home page Giter Club logo

camiller's Introduction

Hello! I'm Camille (she / her / hers)

I make charts and maps with code, mostly in R. I'm a Chicago native living in Baltimore by way of New Haven. I have a couple degrees in physics and data science, and use them to try to figure out how cities work.

Currently working on...

  • πŸ“š teaching data visualization
  • 😩 relearning ReactJS
  • πŸ‘¨β€πŸ‘§β€πŸ‘¦ documenting demographic trends

Currently learning...

  • 🐍 Snakemake
  • πŸ€– Vim

Always into...

  • πŸ—ΊοΈ nice charts & maps
  • πŸ‘­ what's missing in data
  • πŸ‘» speculative fiction by queer, trans, & POC authors

Up late thinking about...

  • ⚠️ police surveillance technology in Black neighborhoods
  • πŸ”¦ how data science can counteract said surveillance

I like working with...

My Skills

camiller's People

Contributors

camille-s avatar renovate-bot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

camiller's Issues

estimate --> value

In calc_shares and add_grps, change estimate argument to value. I developed this in the context of ACS data, where estimate made sense, but it's not scaling well.

Need to add a warning (e.g. "argument y is deprecated; please use z instead."), and optionally replace the old argument with the new argument. Follow advice here: http://r-pkgs.had.co.nz/release.html#compatibility

add_grps does weird stuff with factors

Sometimes data is in the right order after add_grps, sometimes it isn't. Is this due to whether it's already a factor or not? calc_shares properly arranges by factorβ€”add_grps should do this as well.

Fix column selection in calc_shares

calcs %>% dplyr::select(-dplyr::starts_with("total"))

Dropping columns based on dplyr::select(-dplyr::starts_with("total")) means columns are dropped if they happen to also start with "total". Should instead use column naming that's less likely to have conflicts.

Split into other packages & sunset

This package will be sunset soon, with functions moving into either the cwi package or the stylehaven package.

cwi

  • add_grps
  • bind_self
  • calc_shares
  • filter_down
  • make_grps
  • make_wide
  • moe_test
  • show_uniq

stylehaven

  • big_number
  • brk_labels
  • cap_first
  • clean_titles
  • color_prev
  • theme_din
  • themed_label

add_grps should allow using factor labels in addition to numbers

Add a test to make_grps to see if factor labels are character or numeric. For example:

add_grps(list(total_households = c(1, 4), cost_burden = 2, severe_cost_burden = 3), group = ratio)

works, but so should:

add_grps(list(total_households = c("owner_occupied", "renter_occupied"), cost_burden = 2, severe_cost_burden = 3), group = ratio)

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.