Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xxyjoel/pandasvault
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: firmai/pandasvault
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 17 commits
  • 3 files changed
  • 4 contributors

Commits on Mar 11, 2020

  1. Update README.md

    firmai authored Mar 11, 2020
    Copy the full SHA
    cd7d04b View commit details
  2. Delete pandasvault.ipynb

    firmai authored Mar 11, 2020
    Copy the full SHA
    0283f9e View commit details

Commits on Mar 12, 2020

  1. Update README.md

    firmai authored Mar 12, 2020
    Copy the full SHA
    cbb09a1 View commit details
  2. Update README.md

    firmai authored Mar 12, 2020
    Copy the full SHA
    a980ed3 View commit details
  3. Update README.md

    firmai authored Mar 12, 2020
    Copy the full SHA
    008ffcb View commit details
  4. Update README.md

    firmai authored Mar 12, 2020
    Copy the full SHA
    5c13775 View commit details
  5. Update README.md

    firmai authored Mar 12, 2020
    Copy the full SHA
    53e7077 View commit details

Commits on Mar 14, 2020

  1. Copy the full SHA
    04b0865 View commit details
  2. Copy the full SHA
    b587130 View commit details

Commits on May 5, 2020

  1. Add test on type 'category' for reduce_mem_usage

    Needed the change in this function when my dataframe already had some columns converted to 'category' beforehand.
    sami-ka authored May 5, 2020
    Copy the full SHA
    495eb00 View commit details
  2. Modify boolean test to exclude datetime

    datetime columns also triggers an error with this function
    sami-ka authored May 5, 2020
    Copy the full SHA
    e58200b View commit details
  3. Merge pull request firmai#2 from drskd/patch-1

    Add test on type 'category' and 'datetime' for reduce_mem_usage
    firmai authored May 5, 2020
    Copy the full SHA
    76c2f2f View commit details

Commits on May 6, 2020

  1. Merge pull request firmai#1 from cclauss/patch-1

    Undefined name: from warnings import warn for line 203
    firmai authored May 6, 2020
    Copy the full SHA
    3dd952f View commit details
  2. Copy the full SHA
    33ddd12 View commit details
  3. Merge pull request firmai#3 from cclauss/patch-1

    Simplify with tuples of int_type, float_type
    firmai authored May 6, 2020
    Copy the full SHA
    fcc84a4 View commit details

Commits on Aug 30, 2021

  1. Update README.md

    firmai authored Aug 30, 2021
    Copy the full SHA
    9627968 View commit details

Commits on Oct 20, 2021

  1. Update README.md

    firmai authored Oct 20, 2021
    Copy the full SHA
    4e962f2 View commit details
Showing with 6,702 additions and 10,814 deletions.
  1. +6,690 −1 README.md
  2. +0 −10,798 pandasvault.ipynb
  3. +12 −15 pandasvault/__init__.py
Loading