Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
modularization-of-data-analysis-pipelines
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Annabell Maja Westphal
modularization-of-data-analysis-pipelines
Merge requests
!3
Update dynamic analysis
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update dynamic analysis
update_dynamic_analysis
into
update_static_analysis
Overview
0
Commits
17
Pipelines
0
Changes
72
Merged
Annabell Maja Westphal
requested to merge
update_dynamic_analysis
into
update_static_analysis
1 year ago
Overview
0
Commits
17
Pipelines
0
Changes
72
Expand
0
0
Merge request reports
Compare
update_static_analysis
update_static_analysis (base)
and
latest version
latest version
8bb3536d
17 commits,
1 year ago
72 files
+
13466
−
477
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
72
Search (e.g. *.vue) (Ctrl+P)
Demo/test.py
+
5
−
0
Options
# !!!
# The data for this script was taken from a Kaggle tutorial,
# it can be found at: https://www.kaggle.com/code/mmetter/pokemon-data-analysis-tutorial/data
# !!!
import
numpy
as
np
import
pandas
as
pd
import
matplotlib.pyplot
as
plt