Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mirror? #2

Merged
merged 24 commits into from
Aug 13, 2018
Merged

mirror? #2

merged 24 commits into from
Aug 13, 2018

Commits on Aug 6, 2018

  1. Configuration menu
    Copy the full SHA
    f82e5d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a2d4c View commit details
    Browse the repository at this point in the history
  3. Pass 2 more tests

    znicholls committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    22e798f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d55b3d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23e6db9 View commit details
    Browse the repository at this point in the history
  6. Something seems to be working e.g.

    >>> from pint.pandas_interface import PintArray
    >>> import pandas as pd
    
    >>> df = pd.DataFrame({"address": PintArray([1, 2, 3])})
    >>> df
              address
    0 1 dimensionless
    1 2 dimensionless
    2 3 dimensionless
    
    >>> df.dtypes
    address    Pint
    dtype: object
    
    >>> df['address']
    0   1 dimensionless
    1   2 dimensionless
    2   3 dimensionless
    Name: address, dtype: Pint
    
    >>> df['address'].values.data
    <Quantity([1 2 3], 'dimensionless')>
    
    but unfortunately
    
    >>> df['address'].values
    <pint.pandas_interface.PintArray object at 0x117517f28>
    znicholls committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    5ccb8c0 View commit details
    Browse the repository at this point in the history
  7. Write down my env setup

    znicholls committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    590eebb View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. A minor improvement

    znicholls committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    c00ca17 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. Start again, basically

    znicholls committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    25b2bcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8b5988 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2018

  1. Configuration menu
    Copy the full SHA
    2a08a2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16a0e85 View commit details
    Browse the repository at this point in the history
  3. 52 passed

    znicholls committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    d627722 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49340c5 View commit details
    Browse the repository at this point in the history
  5. Pass a few more tests

    znicholls committed Aug 10, 2018
    Configuration menu
    Copy the full SHA
    d8c5dbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    172ea64 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. Configuration menu
    Copy the full SHA
    a52992e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02ad7f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2018

  1. Configuration menu
    Copy the full SHA
    4298340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ee024 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2018

  1. Add a few more thoughts

    znicholls committed Aug 13, 2018
    Configuration menu
    Copy the full SHA
    bd01733 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3280786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b4f0d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eb8a59 View commit details
    Browse the repository at this point in the history