Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4554d43

Browse files
authored
Merge pull request#452 from siri-chandana-macha/siri-chandana-macha-patch-1
Added Project Structure.md
2 parents52d3dd2 +abdd757 commit4554d43

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed

‎Project Structure.md‎

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
#Project Structure 📂
2+
```
3+
.
4+
├── .github
5+
│ ├── ISSUE_TEMPLATE
6+
│ │ ├── bug_report.yml
7+
│ │ ├── documentation_update.yml
8+
│ │ └── feature_request.yml
9+
│ ├── workflows
10+
│ │ ├── autocomment-iss-close.yml
11+
│ │ ├── autocomment-iss-raise.yml
12+
│ │ ├── autocomment-pr-merge.yml
13+
│ │ ├── autocomment-pr-raise.yml
14+
│ │ ├── close-old-issue.yml
15+
│ │ ├── close-old-pr.yml
16+
│ │ └── greetings.yaml
17+
│ └── PR_Template.md
18+
├── .ipynb_checkpoints
19+
├── backlog
20+
├── Data
21+
├── Job Satisfaction Analysis
22+
├── Learn.md
23+
├── opensource_analysis
24+
├── stack_overflow_programming_language_analysis
25+
├── streamlit
26+
├── .gitignore
27+
├── CODE_OF_CONDUCT.md
28+
├── data_analysis (1).py
29+
├── LICENSE
30+
├── new_analysis-2.ipynb
31+
├── nlp-analysis.ipynb
32+
├── OpenSourceEda.ipynb
33+
├── readme.md
34+
├── Stackoverflow_Survey_Analysis.ipynb
35+
├── structure.txt
36+
├── PortFolio Optimization Using Genetic Algorithm
37+
├── BestProgrammingLanguage-checkpoint.ipynb
38+
├── CommunityEngagementAnalysis_survey_results_public_2018.ipynb
39+
├── HigherEduVsSalary.ipynb
40+
├── Job_Analysis.ipynb
41+
├── portfolio_data.csv
42+
├── PreferredWaysToLearnCoding.ipynb
43+
├── results.csv
44+
├── stackoverflow_analysis_2021.ipynb
45+
├── stackoverflow_search_engine_gpt2_embeds.ipynb
46+
├── Stackoverflow_Survey_Analysis updated with xgboost.ipynb
47+
├── Stackoverflow_Survey_Analysis(1).ipynb
48+
├── Stackoverflow_Survey_Analysis-checkpoint.ipynb
49+
├── Stackoverflow_Survey_Analysis_2023.ipynb
50+
├── Stack_Overflow2018 -data visualization.ipynb
51+
├── Stack_Overflow2018- correlations and analysis.ipynb
52+
├── Stack_Overflow2018.ipynb
53+
├── Technology_Trends_Analysis__survey_results_public_2018.ipynb
54+
├── Untitled.ipynb
55+
├── Portfolio_Optimization_Using_Genetic_Algorithm.ipynb
56+
├── Images
57+
│ ├── age distribution.png
58+
│ ├── devtype distribution.png
59+
│ ├── DS_top countries.png
60+
│ ├── Ethnicity vs participation.png
61+
│ ├── gender distribution top 5.png
62+
│ ├── Geo plot.png
63+
│ ├── languages.PNG
64+
│ ├── languages_count.PNG
65+
│ ├── languages_fraction.PNG
66+
│ ├── ML_fraction of languages.png
67+
│ ├── Perception about AI.png
68+
│ ├── Popular IDE.png
69+
│ ├── popular language distribution.png
70+
│ ├── salary on edlevel.png
71+
│ ├── salary top ten countries.png
72+
│ └── top paying countries.png
73+
├── app.py
74+
├── DatasetLink.txt
75+
├── JobSatisfaction.ipynb
76+
├── requirement.txt
77+
├── Contributing.md
78+
├── PROPOSAL.md
79+
├── opensource_analysis.ipynb
80+
├── README
81+
├── requirements.txt
82+
├── survey_results_sample_2018.csv
83+
├── demovideo.mp4
84+
├── stack_overflow.mp4
85+
├── stack_overflow_bar_race.ipynb
86+
├── stack_overflow_dataset_programming_language.csv
87+
├── stack_overflow_programming_language.ipynb
88+
├── Visualizations
89+
├── __pycache__
90+
│ ├── functions.cpython-311.pyc
91+
│ └── functions.cpython-312.pyc
92+
├── config.toml
93+
├── df2018.csv
94+
├── df2019.csv
95+
├── df2020.csv
96+
├── df2021.csv
97+
├── df2022.csv
98+
├── functions.py
99+
├── home.py
100+
├── main_analysis.py
101+
├── Readme.md
102+
├── requirements.txt
103+
├── results.csv
104+
├── survey_results_sample_2019.csv
105+
├── survey_results_sample_2020.csv
106+
├── JobSatisfactionAnalysis
107+
│ ├── annual-salaries.png
108+
│ ├── cloning-1.png
109+
│ ├── cloning-2.png
110+
│ ├── data-scientist-participation.png
111+
│ ├── desktop.ini
112+
│ ├── ethnicity.png
113+
│ ├── geoplot.png
114+
│ ├── income-vs-gender.png
115+
│ ├── languages-desired.png
116+
│ ├── main-interface.png
117+
│ ├── Screenshot.png
118+
│ └── terminal.png
119+
├── chart2.png
120+
├── chart3.png
121+
├── chart4.png
122+
├── chart5.png
123+
├── chart6.png
124+
└── charts1.png
125+
126+
```

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp