Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • 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

Closed
Created May 10, 2019 by Pierre Dittgen@pdiOwner
  • Report abuse
Report abuse

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

  • Overview 3
  • Commits 2
  • 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
Reviewer
Request review from
Time tracking
Source branch: NAtoNaN