Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D dbnomics-python-client
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dbnomics
  • dbnomics-python-client
  • Merge requests
  • !1

Add an option to return numpy NaN instead of 'NA' string

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Pierre Dittgen requested to merge NAtoNaN into master May 10, 2019
  • Overview 3
  • Commits 2
  • Pipelines 0
  • Changes 3

fetch_series and fetch_series_by_api_link function take a new optional boolean parameter use_numpy_nan (default False). If set to True, 'NA' values in column value of return dataframe are replaced by numpy NaN values.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: NAtoNaN