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

DOCS-#4401: Add supported APIs data for IO functions #4402

Open
wants to merge 23 commits into
base: master
Choose a base branch
from

Commits on Jun 6, 2022

  1. DOCS-modin-project#4401: add table for read_csv

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e5ac943 View commit details
    Browse the repository at this point in the history
  2. DOCS-modin-project#4401: add default to pandas tables

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    3f3c6d9 View commit details
    Browse the repository at this point in the history
  3. DOCS-modin-project#4401: reformat tables

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e53d4d5 View commit details
    Browse the repository at this point in the history
  4. DOCS-modin-project#4401: add new tables

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    1263e85 View commit details
    Browse the repository at this point in the history
  5. DOCS-modin-project#4401: add tables to io.py

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    65d2093 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33283e0 View commit details
    Browse the repository at this point in the history
  7. DOCS-modin-project#4401: correct default tables

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    1793da0 View commit details
    Browse the repository at this point in the history
  8. DOCS-modin-project#4401: fix CI

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    60f3591 View commit details
    Browse the repository at this point in the history
  9. DOCS-modin-project#4401: minor corrections

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    3c7d682 View commit details
    Browse the repository at this point in the history
  10. DOCS-modin-project#4401: get rid of - symbol

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    747bb07 View commit details
    Browse the repository at this point in the history
  11. DOCS-modin-project#4401: add release note

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    44794b7 View commit details
    Browse the repository at this point in the history
  12. DOCS-modin-project#4401: add flags description

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    c1421f0 View commit details
    Browse the repository at this point in the history
  13. DOCS-modin-project#4401: address review comment

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    913255c View commit details
    Browse the repository at this point in the history
  14. DOCS-modin-project#4401: extend flag description

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    68dd384 View commit details
    Browse the repository at this point in the history
  15. DOCS-modin-project#4401: addressing review comments

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    8d47624 View commit details
    Browse the repository at this point in the history
  16. DOCS-modin-project#4401: Apply suggestions from code review

    Co-authored-by: Yaroslav Igoshev <[email protected]>
    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 and YarShev committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    32fc0be View commit details
    Browse the repository at this point in the history
  17. DOCS-modin-project#4401: Apply suggestions from code review

    Co-authored-by: Yaroslav Igoshev <[email protected]>
    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 and YarShev committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    d0ab302 View commit details
    Browse the repository at this point in the history
  18. DOCS-modin-project#4401: addressing review comments

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    4c9e947 View commit details
    Browse the repository at this point in the history
  19. DOCS-modin-project#4401: Apply suggestions from code review

    Co-authored-by: Yaroslav Igoshev <[email protected]>
    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 and YarShev committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    dbb3dfd View commit details
    Browse the repository at this point in the history
  20. DOCS-modin-project#4401: Apply suggestions from code review

    Co-authored-by: Rehan Sohail Durrani <[email protected]>
    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 and RehanSD committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    fd0ca8a View commit details
    Browse the repository at this point in the history
  21. DOCS-modin-project#4401: remove Non-lazy flag

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    988f689 View commit details
    Browse the repository at this point in the history
  22. DOCS-modin-project#4401: correct flags

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    e25302a View commit details
    Browse the repository at this point in the history
  23. DOCS-modin-project#4401: correct skiprows note

    Signed-off-by: alexander3774 <[email protected]>
    alexander3774 committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    5b24791 View commit details
    Browse the repository at this point in the history