Spaces:
Runtime error
Runtime error
File size: 7,434 Bytes
2db884c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 |
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Requirement already satisfied: pandas in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (1.5.2)\n",
"Requirement already satisfied: numpy>=1.21.0 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from pandas) (1.22.1)\n",
"Requirement already satisfied: python-dateutil>=2.8.1 in /Users/eemanmajumder/Library/Python/3.10/lib/python/site-packages (from pandas) (2.8.2)\n",
"Requirement already satisfied: pytz>=2020.1 in /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages (from pandas) (2022.7)\n",
"Requirement already satisfied: six>=1.5 in /Users/eemanmajumder/Library/Python/3.10/lib/python/site-packages (from python-dateutil>=2.8.1->pandas) (1.16.0)\n",
"\u001b[33mWARNING: You are using pip version 21.3.1; however, version 23.0.1 is available.\n",
"You should consider upgrading via the '/Library/Frameworks/Python.framework/Versions/3.10/bin/python3.10 -m pip install --upgrade pip' command.\u001b[0m\n"
]
}
],
"source": [
"!pip3 install pandas"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
"import pandas as pd \n",
"\n",
"df=pd.DataFrame()\n",
"df[\"skills\"]=[\"Active listening\",\n",
"\"Articulating thoughts clearly\",\n",
"\"Building relationships\",\n",
"\"Conflict resolution\",\n",
"\"Cultural sensitivity\",\n",
"\"Customer service\",\n",
"\"Emotional intelligence\",\n",
"\"Empathy\",\n",
"\"Interpersonal communication\",\n",
"\"Negotiation\",\n",
"\"Nonverbal communication\",\n",
"\"Persuasion\",\n",
"\"Public speaking\",\n",
"\"Relationship management\",\n",
"\"Social skills\",\n",
"\"Storytelling\",\n",
"\"Verbal communication\",\n",
"\"Written communication\",\n",
"\"Artistic ability\",\n",
"\"Creative thinking\",\n",
"\"Graphic design\",\n",
"\"Industrial design\",\n",
"\"Innovation\",\n",
"\"Interior design\",\n",
"\"Musical ability\",\n",
"\"Painting\",\n",
"\"Photography\",\n",
"\"Sculpting\",\n",
"\"UX design\",\n",
"\"Video production\",\n",
"\"Visual design\",\n",
"\"Web design\",\n",
"\"Writing\",\n",
"\"Accounting\",\n",
"\"Algorithms\",\n",
"\"Data analysis\",\n",
"\"Financial analysis\",\n",
"\"Mathematical modeling\",\n",
"\"Probability\",\n",
"\"Quantitative analysis\",\n",
"\"Statistics\",\n",
"\"Change management\",\n",
"\"Coaching\",\n",
"\"Conflict management\",\n",
"\"Delegation\",\n",
"\"Decision making\",\n",
"\"Goal setting\",\n",
"\"Leadership\",\n",
"\"Management\",\n",
"\"Mentoring\",\n",
"\"Project management\",\n",
"\"Risk management\",\n",
"\"Strategic planning\",\n",
"\"Team building\",\n",
"\"Advertising\",\n",
"\"Branding\",\n",
"\"Content marketing\",\n",
"\"Copywriting\",\n",
"\"Customer relationship management\",\n",
"\"Digital marketing\",\n",
"\"Market research\",\n",
"\"Marketing strategy\",\n",
"\"Sales\",\n",
"\"Search engine optimization\",\n",
"\"Social media marketing\",\n",
"\"Analytical thinking\",\n",
"\"Attention to detail\",\n",
"\"Brainstorming\",\n",
"\"Creative problem solving\",\n",
"\"Critical thinking\",\n",
"\"Decision making\",\n",
"\"Logical reasoning\",\n",
"\"Problem solving\",\n",
"\"Root cause analysis\",\n",
"\"Systems thinking\",\n",
"\"Agile development\",\n",
"\"Artificial intelligence\",\n",
"\"Cloud computing\",\n",
"\"Computer programming\",\n",
"\"Cybersecurity\",\n",
"\"Database management\",\n",
"\"DevOps\",\n",
"\"Front-end development\",\n",
"\"Full-stack development\",\n",
"\"Mobile app development\",\n",
"\"Network administration\",\n",
"\"Software development\",\n",
"\"Technical support\",\n",
"\"Web development\",\n",
"\"Competitive analysis\",\n",
"\"Data mining\",\n",
"\"Information gathering\",\n",
"\"Information synthesis\",\n",
"\"Market analysis\",\n",
"\"Market research\",\n",
"\"Research\",\n",
"\"Survey design\",\n",
"\"User research\",\n",
"\"\",\n",
"\"Chemical engineering\",\n",
"\"Electrical engineering\",\n",
"\"Mechanical engineering\",\n",
"\"Physics\",\n",
"\"Scientific research\",\n",
"\"\",\n",
"\"Classroom management\",\n",
"\"Curriculum development\",\n",
"\"Educational technology\",\n",
"\"Instructional design\",\n",
"\"Learning management systems\",\n",
"\"Pedagogy\",\n",
"\"Teaching\",\n",
"\"Training\",\n",
"\"Acupuncture\",\n",
"\"Athletic training\",\n",
"\"Counseling\",\n",
"\"Dentistry\",\n",
"\"Fitness training\",\n",
"\"Massage therapy\",\n",
"\"Medical research\",\n",
"\"Nutrition\",\n",
"\"Physical therapy\",\n",
"\"Psychology\",\n",
"\"Public health\",\n",
"\"Yoga\",\n",
"\"Baking\",\n",
"\"Bar tending\",\n",
"\"Catering\",\n",
"\"Culinary arts\",\n",
"\"Event planning\",\n",
"\"Food service\",\n",
"\"Hotel management\",\n",
"\"Restaurant management\",\n",
"\"Auto mechanics\", \n",
"\"Carpentry\",\n",
"\"Commercial driving\",\n",
"\"Construction\",\n",
"\"Cosmetology\",\n",
"\"Electrical work\",\n",
"\"Equipment operation\",\n",
"\"HVAC installation and repair\",\n",
"\"Landscaping\",\n",
"\"Masonry\",\n",
"\"Metalworking\",\n",
"\"Painting and decorating\",\n",
"\"Plumbing\",\n",
"\"Sewing and tailoring\",\n",
"\"Welding\",\n",
"\"Active learning\",\n",
"\"Adaptability\",\n",
"\"Attention to detail\",\n",
"\"Collaboration\",\n",
"\"Customer service\",\n",
"\"Decision-making\",\n",
"\"Flexibility\",\n",
"\"Initiative\",\n",
"\"Innovation\",\n",
"\"Intercultural competence\",\n",
"\"Leadership\",\n",
"\"Learning agility\",\n",
"\"Listening\",\n",
"\"Multitasking\",\n",
"\"Organizational skills\",\n",
"\"Patience\",\n",
"\"Perseverance\",\n",
"\"Positive attitude\",\n",
"\"Problem-solving\",\n",
"\"Punctuality\",\n",
"\"Resilience\",\n",
"\"Responsibility\",\n",
"\"Self-discipline\",\n",
"\"Self-motivation\",\n",
"\"Time management\",\n",
"\"Work ethic\"]"
]
},
{
"cell_type": "code",
"execution_count": 11,
"metadata": {},
"outputs": [],
"source": [
"df.head()\n",
"df.to_csv(\"skills.csv\")"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.0"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "aee8b7b246df8f9039afb4144a1f6fd8d2ca17a180786b69acc140d282b71a49"
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}
|