Giter Club home page Giter Club logo

www.ahsmart.com's People

Contributors

tk3369 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

www.ahsmart.com's Issues

Typo on page for data frames cheat sheet

I think that I found a typo in pub/data-wrangling-with-data-frames-jl-cheat-sheet.md. Under the section Where to get data, in the example code, it says function download_titantic(). I believe that it is meant to say function download_titanic(). It's a very subtle typo.

Small Error in "Handling Missing Data" Section

Hi,

Great resource this DataFrames.jl cheat sheet. However, I noticed a small error in the "Handling Missing Data" section. Under both allowmissing(df, :sibsp) and disallowmissing(df, :sibsp) is the same text "Change column to allow missing data." I take it that under disallowmissing(df, :sibsp) the text should actually be "Change column to disallow missing data."

But apart from that, thanks for taking the time to put this up! I've been hoping to get my hands on such a cheat sheet for quite a while now!

DataFrames Cheatsheet review

First off, this is awesome - I will definitely print one and put it on my wall ๐Ÿ‘. I just have a couple of suggestions:

  • I don't know what sibsp is. It's probably clear in the context of the titanic dataset, but things like sex class and fare all seem like good options, since they can probably be intuited even if a person isn't familar with the dataset. I can understand not wanting to reuse the same ones over and over, but if there are other options, I think it would be worth using them (or just explain sibsp better in the help text)
  • under "Select observations" section, you might want to mention that you can use unique! to mutate to be consistent.
  • same section - I often use unique!(df, [cols...]) syntax, which only checks certain columns for uniqueness. Might be worth adding.
  • Not totally clear what that weird "R" symbol - indexing means. Is it just row-wise? Or related to R language?
  • Also, that syntax can also be used to index columns at the same time - is that worth a note? (I realize space is limited)

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.