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

First initiative to distribute the read_sql() method. #436

Merged
merged 20 commits into from
Feb 1, 2019
Merged

First initiative to distribute the read_sql() method. #436

merged 20 commits into from
Feb 1, 2019

Commits on Jan 28, 2019

  1. Configuration menu
    Copy the full SHA
    0dd13a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. Add comments. Add instructional errors. Add input checks. Remake colu…

    …mn extraction strategy. Using the split_result_for_readers data struct model.
    igorborgest committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    8f51fd2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. Configuration menu
    Copy the full SHA
    39e55ad View commit details
    Browse the repository at this point in the history
  2. formatting with black

    igorborgest committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    2a5bdf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cf3fb8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75d0a0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    40cbced View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e2c10d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed00070 View commit details
    Browse the repository at this point in the history
  8. Comments refactor

    igorborgest committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    b728fc1 View commit details
    Browse the repository at this point in the history
  9. Fix flake8 issue.

    igorborgest committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    1e4887c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. fixing some liting issues

    igorborgest committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    189b122 View commit details
    Browse the repository at this point in the history
  2. Add experimental pandas API for deviations from pandas API

    * From discussion in #436
    * import modin.experimental.pandas as pd will give select new
      functionality without losing old functionality.
    * Moving new `read_sql` API to experimental module.
    * Adding Experimental factories that expose the new API as well as
      reuse old functionality.
    * Create simple structure for experimental module
    devin-petersohn committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    0b091f0 View commit details
    Browse the repository at this point in the history
  3. Lint

    devin-petersohn committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    6b19bba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14005fd View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from devin-petersohn/read-sql-proposal

    Add experimental pandas API for deviations from pandas API
    igorborgest committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    0dd8e2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad456b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2019

  1. Configuration menu
    Copy the full SHA
    8662caa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ec5628 View commit details
    Browse the repository at this point in the history
  3. Final cleanup

    devin-petersohn committed Feb 1, 2019
    Configuration menu
    Copy the full SHA
    8fa263f View commit details
    Browse the repository at this point in the history