Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gde-exporter
  • 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 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure 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
  • Dynamic ExposureDynamic Exposure
  • Global Dynamic ExposureGlobal Dynamic Exposure
  • gde-exporter
  • Merge requests
  • !9

Changed method to write DataFrame to CSV file

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Cecilia Nievas requested to merge enhancement/faster_csv into main Aug 10, 2022
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Now using pandas.DataFrame.to_csv.

Time profiling results:

  • cProfile: the old method takes 12.5 times the amount of time of the new method; the new method takes 8% the amount of time of the old method.
  • Datetime: the old method takes 9.8 times the amount of time of the new method; the new method takes 10% the amount of time of the old method.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: enhancement/faster_csv