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

As a user I want to force pixiedust.sampleData to return a pandas DataFrame #441

Closed
benhuds opened this issue Sep 5, 2017 · 1 comment
Closed
Assignees
Milestone

Comments

@benhuds
Copy link
Collaborator

benhuds commented Sep 5, 2017

No description provided.

@DTAIEB DTAIEB added this to the 1.0.11 milestone Sep 5, 2017
@vabarbosa vabarbosa reopened this Sep 7, 2017
@vabarbosa
Copy link
Member

PR #443

Added kwarg forcePandas to force pixiedust.sampleData to load using pandas instead of Spark. Default value is False.

Example usage:

import pixiedust
df = pixiedust.sampleData(1, forcePandas=True)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants