From d0436543a9dc7394b1e0217c44dc2b2dc3f672f9 Mon Sep 17 00:00:00 2001 From: djibril968 Date: Mon, 19 May 2025 15:07:49 +0000 Subject: [PATCH 1/4] test upload to google drive --- tribe_event_analytics_updated.ipynb | 100 +++++++++++++++++++--------- 1 file changed, 67 insertions(+), 33 deletions(-) diff --git a/tribe_event_analytics_updated.ipynb b/tribe_event_analytics_updated.ipynb index 903fbd4f..67af7c9b 100644 --- a/tribe_event_analytics_updated.ipynb +++ b/tribe_event_analytics_updated.ipynb @@ -15,7 +15,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 2, "id": "c38b685c", "metadata": {}, "outputs": [ @@ -4679,7 +4679,7 @@ " ]\n", " },\n", " \"extensions\": {\n", - " \"request_id\": \"81b494ba-b232-9563-a762-3a1b230e42e3\"\n", + " \"request_id\": \"7469dcb1-85f3-9938-b3b6-9b88189df959\"\n", " }\n", "}\n" ] @@ -4695,7 +4695,7 @@ "query = (\n", " \"\"\"\n", "query {\n", - " boards(ids: %s) { \n", + " boards(ids: %s) {\n", " items_page (limit: 150) {\n", " items{\n", " id\n", @@ -4711,7 +4711,7 @@ " }\n", " }\n", " }\n", - " \n", + "\n", "}\n", "\n", "\"\"\"\n", @@ -4744,7 +4744,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 3, "id": "0d98beac", "metadata": {}, "outputs": [ @@ -4819,7 +4819,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "15866400-7956-4cb9-8886-af4f31b08525", + "ref": "9a1eb78a-1be8-40cc-a23f-8ca5aeca0860", "rows": [ [ "0", @@ -6931,7 +6931,7 @@ "53 2025-04-10 " ] }, - "execution_count": 7, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } @@ -6952,7 +6952,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 4, "id": "d3c1a102", "metadata": {}, "outputs": [ @@ -7017,7 +7017,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "c2809812-1093-43a3-b29e-4c56540a3606", + "ref": "a95b61d7-beca-4eff-a270-acf624e96e43", "rows": [ [ "0", @@ -8919,7 +8919,7 @@ "53 2025-04-10 " ] }, - "execution_count": 8, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } @@ -8935,7 +8935,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 5, "id": "39201fda", "metadata": {}, "outputs": [], @@ -8956,7 +8956,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 6, "id": "a7a784a2", "metadata": {}, "outputs": [ @@ -9026,7 +9026,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "f0f2f8d2-60a6-4518-aacd-cfb1aaf5bdbe", + "ref": "3326778c-9cfb-4034-bcd6-79512b3a6594", "rows": [ [ "0", @@ -10008,7 +10008,7 @@ "[321 rows x 11 columns]" ] }, - "execution_count": 9, + "execution_count": 6, "metadata": {}, "output_type": "execute_result" } @@ -10072,10 +10072,19 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 7, "id": "e24225ad", "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/home/vscode/.local/lib/python3.12/site-packages/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning\n", + " warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')\n" + ] + } + ], "source": [ "# We shall use fuzzywuzzy to automatically categorize similar responses into same groups\n", "\n", @@ -10086,7 +10095,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 8, "id": "0e60189b", "metadata": {}, "outputs": [], @@ -10099,7 +10108,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 9, "id": "e108a73f", "metadata": {}, "outputs": [ @@ -10399,7 +10408,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 10, "id": "2d781c24", "metadata": {}, "outputs": [ @@ -10479,7 +10488,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "98d3b81e-a67b-46d0-ab46-72eb00320fa0", + "ref": "e7b09a26-efd3-4d81-925c-72b2b51036f1", "rows": [ [ "0", @@ -11598,7 +11607,7 @@ "[321 rows x 13 columns]" ] }, - "execution_count": 13, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } @@ -11609,7 +11618,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 11, "id": "ea649164", "metadata": {}, "outputs": [ @@ -11684,7 +11693,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "8e143456-5e90-4e81-8451-1ef54a3a7913", + "ref": "f4a04ae1-3b9c-42a0-8c33-0f712f9add37", "rows": [ [ "0", @@ -12728,7 +12737,7 @@ "[321 rows x 12 columns]" ] }, - "execution_count": 14, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" } @@ -12755,7 +12764,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 12, "id": "be7a570f", "metadata": {}, "outputs": [], @@ -12767,7 +12776,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 13, "id": "d440d7b5", "metadata": {}, "outputs": [], @@ -12795,10 +12804,35 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 14, "id": "109a1073", "metadata": {}, - "outputs": [], + "outputs": [ + { + "ename": "KeyboardInterrupt", + "evalue": "", + "output_type": "error", + "traceback": [ + "\u001b[31m---------------------------------------------------------------------------\u001b[39m", + "\u001b[31mKeyboardInterrupt\u001b[39m Traceback (most recent call last)", + "\u001b[36mCell\u001b[39m\u001b[36m \u001b[39m\u001b[32mIn[14]\u001b[39m\u001b[32m, line 1\u001b[39m\n\u001b[32m----> \u001b[39m\u001b[32m1\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mstorage\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mblob\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m BlobServiceClient\n", + "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/storage/blob/__init__.py:12\u001b[39m\n\u001b[32m 10\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Any, AnyStr, cast, Dict, IO, Iterable, Optional, Union, TYPE_CHECKING\n\u001b[32m 11\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_version\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m VERSION\n\u001b[32m---> \u001b[39m\u001b[32m12\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_blob_client\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m BlobClient\n\u001b[32m 13\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_container_client\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m ContainerClient\n\u001b[32m 14\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_blob_service_client\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m BlobServiceClient\n", + "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/storage/blob/_blob_client.py:17\u001b[39m\n\u001b[32m 11\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 12\u001b[39m Any, AnyStr, cast, Dict, IO, Iterable, List, Optional, overload, Tuple, Union,\n\u001b[32m 13\u001b[39m TYPE_CHECKING\n\u001b[32m 14\u001b[39m )\n\u001b[32m 15\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping_extensions\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Self\n\u001b[32m---> \u001b[39m\u001b[32m17\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mexceptions\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HttpResponseError, ResourceExistsError, ResourceNotFoundError\n\u001b[32m 18\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpaging\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m ItemPaged\n\u001b[32m 19\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Pipeline\n", + "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/__init__.py:31\u001b[39m\n\u001b[32m 27\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_version\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m VERSION\n\u001b[32m 29\u001b[39m __version__ = VERSION\n\u001b[32m---> \u001b[39m\u001b[32m31\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_pipeline_client\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m PipelineClient\n\u001b[32m 32\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_match_conditions\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m MatchConditions\n\u001b[32m 33\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_azure_clouds\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m AzureClouds\n", + "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/_pipeline_client.py:31\u001b[39m\n\u001b[32m 29\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m TypeVar, Generic, Optional, Any\n\u001b[32m 30\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01mconfiguration\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Configuration\n\u001b[32m---> \u001b[39m\u001b[32m31\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Pipeline\n\u001b[32m 32\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mtransport\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m PipelineClientBase\n\u001b[32m 33\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mtransport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HttpTransport\n", + "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/__init__.py:191\u001b[39m\n\u001b[32m 187\u001b[39m \u001b[38;5;28mself\u001b[39m.http_response = http_response\n\u001b[32m 188\u001b[39m \u001b[38;5;28mself\u001b[39m.context = context\n\u001b[32m--> \u001b[39m\u001b[32m191\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Pipeline \u001b[38;5;66;03m# pylint: disable=wrong-import-position\u001b[39;00m\n\u001b[32m 192\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base_async\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m AsyncPipeline \u001b[38;5;66;03m# pylint: disable=wrong-import-position\u001b[39;00m\n\u001b[32m 194\u001b[39m __all__ = [\n\u001b[32m 195\u001b[39m \u001b[33m\"\u001b[39m\u001b[33mPipeline\u001b[39m\u001b[33m\"\u001b[39m,\n\u001b[32m 196\u001b[39m \u001b[33m\"\u001b[39m\u001b[33mPipelineRequest\u001b[39m\u001b[33m\"\u001b[39m,\n\u001b[32m (...)\u001b[39m\u001b[32m 199\u001b[39m \u001b[33m\"\u001b[39m\u001b[33mAsyncPipeline\u001b[39m\u001b[33m\"\u001b[39m,\n\u001b[32m 200\u001b[39m ]\n", + "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/_base.py:44\u001b[39m\n\u001b[32m 28\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 29\u001b[39m Generic,\n\u001b[32m 30\u001b[39m TypeVar,\n\u001b[32m (...)\u001b[39m\u001b[32m 37\u001b[39m ContextManager,\n\u001b[32m 38\u001b[39m )\n\u001b[32m 39\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 40\u001b[39m PipelineRequest,\n\u001b[32m 41\u001b[39m PipelineResponse,\n\u001b[32m 42\u001b[39m PipelineContext,\n\u001b[32m 43\u001b[39m )\n\u001b[32m---> \u001b[39m\u001b[32m44\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpolicies\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HTTPPolicy, SansIOHTTPPolicy\n\u001b[32m 45\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_tools\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m await_result \u001b[38;5;28;01mas\u001b[39;00m _await_result\n\u001b[32m 46\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01mtransport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HttpTransport\n", + "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/policies/__init__.py:28\u001b[39m\n\u001b[32m 1\u001b[39m \u001b[38;5;66;03m# --------------------------------------------------------------------------\u001b[39;00m\n\u001b[32m 2\u001b[39m \u001b[38;5;66;03m#\u001b[39;00m\n\u001b[32m 3\u001b[39m \u001b[38;5;66;03m# Copyright (c) Microsoft Corporation. All rights reserved.\u001b[39;00m\n\u001b[32m (...)\u001b[39m\u001b[32m 24\u001b[39m \u001b[38;5;66;03m#\u001b[39;00m\n\u001b[32m 25\u001b[39m \u001b[38;5;66;03m# --------------------------------------------------------------------------\u001b[39;00m\n\u001b[32m 27\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HTTPPolicy, SansIOHTTPPolicy, RequestHistory\n\u001b[32m---> \u001b[39m\u001b[32m28\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_authentication\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 29\u001b[39m BearerTokenCredentialPolicy,\n\u001b[32m 30\u001b[39m AzureKeyCredentialPolicy,\n\u001b[32m 31\u001b[39m AzureSasCredentialPolicy,\n\u001b[32m 32\u001b[39m )\n\u001b[32m 33\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_custom_hook\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m CustomHookPolicy\n\u001b[32m 34\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_redirect\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m RedirectPolicy\n", + "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/policies/_authentication.py:16\u001b[39m\n\u001b[32m 9\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcredentials\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 10\u001b[39m TokenCredential,\n\u001b[32m 11\u001b[39m SupportsTokenInfo,\n\u001b[32m 12\u001b[39m TokenRequestOptions,\n\u001b[32m 13\u001b[39m TokenProvider,\n\u001b[32m 14\u001b[39m )\n\u001b[32m 15\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m PipelineRequest, PipelineResponse\n\u001b[32m---> \u001b[39m\u001b[32m16\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mtransport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 17\u001b[39m HttpResponse \u001b[38;5;28;01mas\u001b[39;00m LegacyHttpResponse,\n\u001b[32m 18\u001b[39m HttpRequest \u001b[38;5;28;01mas\u001b[39;00m LegacyHttpRequest,\n\u001b[32m 19\u001b[39m )\n\u001b[32m 20\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mrest\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HttpResponse, HttpRequest\n\u001b[32m 21\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HTTPPolicy, SansIOHTTPPolicy\n", + "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/transport/__init__.py:27\u001b[39m\n\u001b[32m 1\u001b[39m \u001b[38;5;66;03m# --------------------------------------------------------------------------\u001b[39;00m\n\u001b[32m 2\u001b[39m \u001b[38;5;66;03m#\u001b[39;00m\n\u001b[32m 3\u001b[39m \u001b[38;5;66;03m# Copyright (c) Microsoft Corporation. All rights reserved.\u001b[39;00m\n\u001b[32m (...)\u001b[39m\u001b[32m 24\u001b[39m \u001b[38;5;66;03m#\u001b[39;00m\n\u001b[32m 25\u001b[39m \u001b[38;5;66;03m# --------------------------------------------------------------------------\u001b[39;00m\n\u001b[32m 26\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m List, Optional, Any\n\u001b[32m---> \u001b[39m\u001b[32m27\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HttpTransport, HttpRequest, HttpResponse\n\u001b[32m 28\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base_async\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m AsyncHttpTransport, AsyncHttpResponse\n\u001b[32m 30\u001b[39m \u001b[38;5;66;03m# pylint: disable=undefined-all-variable\u001b[39;00m\n", + "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/transport/_base.py:60\u001b[39m\n\u001b[32m 58\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpolicies\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m SansIOHTTPPolicy\n\u001b[32m 59\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mutils\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_utils\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m case_insensitive_dict\n\u001b[32m---> \u001b[39m\u001b[32m60\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mutils\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_pipeline_transport_rest_shared\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 61\u001b[39m _format_parameters_helper,\n\u001b[32m 62\u001b[39m _prepare_multipart_body_helper,\n\u001b[32m 63\u001b[39m _serialize_request,\n\u001b[32m 64\u001b[39m _format_data_helper,\n\u001b[32m 65\u001b[39m BytesIOSocket,\n\u001b[32m 66\u001b[39m _decode_parts_helper,\n\u001b[32m 67\u001b[39m _get_raw_parts_helper,\n\u001b[32m 68\u001b[39m _parts_helper,\n\u001b[32m 69\u001b[39m )\n\u001b[32m 72\u001b[39m HTTPResponseType = TypeVar(\u001b[33m\"\u001b[39m\u001b[33mHTTPResponseType\u001b[39m\u001b[33m\"\u001b[39m)\n\u001b[32m 73\u001b[39m HTTPRequestType = TypeVar(\u001b[33m\"\u001b[39m\u001b[33mHTTPRequestType\u001b[39m\u001b[33m\"\u001b[39m)\n", + "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/utils/_pipeline_transport_rest_shared.py:11\u001b[39m\n\u001b[32m 9\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mio\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m BytesIO\n\u001b[32m 10\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mmessage\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Message\n\u001b[32m---> \u001b[39m\u001b[32m11\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpolicy\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HTTP\n\u001b[32m 12\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m message_from_bytes \u001b[38;5;28;01mas\u001b[39;00m message_parser\n\u001b[32m 13\u001b[39m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mos\u001b[39;00m\n", + "\u001b[36mFile \u001b[39m\u001b[32m/usr/local/lib/python3.12/email/policy.py:9\u001b[39m\n\u001b[32m 7\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_policybase\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Policy, Compat32, compat32, _extend_docstrings\n\u001b[32m 8\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mutils\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m _has_surrogates\n\u001b[32m----> \u001b[39m\u001b[32m9\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mheaderregistry\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HeaderRegistry \u001b[38;5;28;01mas\u001b[39;00m HeaderRegistry\n\u001b[32m 10\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcontentmanager\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m raw_data_manager\n\u001b[32m 11\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mmessage\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m EmailMessage\n", + "\u001b[36mFile \u001b[39m\u001b[32m/usr/local/lib/python3.12/email/headerregistry.py:10\u001b[39m\n\u001b[32m 8\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m utils\n\u001b[32m 9\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m errors\n\u001b[32m---> \u001b[39m\u001b[32m10\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m _header_value_parser \u001b[38;5;28;01mas\u001b[39;00m parser\n\u001b[32m 12\u001b[39m \u001b[38;5;28;01mclass\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mAddress\u001b[39;00m:\n\u001b[32m 14\u001b[39m \u001b[38;5;28;01mdef\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34m__init__\u001b[39m(\u001b[38;5;28mself\u001b[39m, display_name=\u001b[33m'\u001b[39m\u001b[33m'\u001b[39m, username=\u001b[33m'\u001b[39m\u001b[33m'\u001b[39m, domain=\u001b[33m'\u001b[39m\u001b[33m'\u001b[39m, addr_spec=\u001b[38;5;28;01mNone\u001b[39;00m):\n", + "\u001b[31mKeyboardInterrupt\u001b[39m: " + ] + } + ], "source": [ "from azure.storage.blob import BlobServiceClient" ] @@ -12835,7 +12869,7 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": null, "id": "d04800f6", "metadata": {}, "outputs": [ @@ -12853,7 +12887,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 15, "id": "7dcc572d", "metadata": {}, "outputs": [], @@ -12866,7 +12900,7 @@ }, { "cell_type": "code", - "execution_count": 25, + "execution_count": 18, "id": "409f619e", "metadata": {}, "outputs": [ @@ -12897,7 +12931,7 @@ ], "metadata": { "kernelspec": { - "display_name": "tribe_analytics", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -12911,7 +12945,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.5" + "version": "3.12.10" } }, "nbformat": 4, From a8305376e947961f2afe207ed32d4067257c555e Mon Sep 17 00:00:00 2001 From: djibril968 Date: Mon, 19 May 2025 15:12:46 +0000 Subject: [PATCH 2/4] Add Levenshtein and RapidFuzz packages to requirements.txt for enhanced string matching capabilities --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 7b377762..b4ac29fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,6 +60,7 @@ jupyterlab==4.4.2 jupyterlab_pygments==0.3.0 jupyterlab_server==2.27.3 kiwisolver==1.4.8 +Levenshtein==0.27.1 MarkupSafe==3.0.2 matplotlib==3.10.3 matplotlib-inline==0.1.7 @@ -94,9 +95,11 @@ Pygments==2.19.1 pyparsing==3.2.3 python-dateutil==2.9.0.post0 python-json-logger==3.3.0 +python-Levenshtein==0.27.1 pytz==2025.2 PyYAML==6.0.2 pyzmq==26.4.0 +RapidFuzz==3.13.0 referencing==0.36.2 requests==2.32.3 rfc3339-validator==0.1.4 From a24f5cf305590238fb797e82be7edf354d24d09c Mon Sep 17 00:00:00 2001 From: djibril968 Date: Mon, 19 May 2025 22:04:05 +0000 Subject: [PATCH 3/4] Data transformation update_5_20_version_1 --- tribe_community_circle_data.ipynb | 1212 ++++------------------------- 1 file changed, 157 insertions(+), 1055 deletions(-) diff --git a/tribe_community_circle_data.ipynb b/tribe_community_circle_data.ipynb index c793ea94..91628087 100644 --- a/tribe_community_circle_data.ipynb +++ b/tribe_community_circle_data.ipynb @@ -16099,7 +16099,7 @@ " \"id\": \"date_mknfqhv\",\n", " \"title\": \"Email Date\"\n", " },\n", - " \"text\": \"2025-05-16\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select5\",\n", @@ -49409,7 +49409,7 @@ " ]\n", " },\n", " \"extensions\": {\n", - " \"request_id\": \"054212b1-ee35-92ec-8944-15d76eb5ead9\"\n", + " \"request_id\": \"cce99550-d66f-93b2-a7a7-82ffcf8ee706\"\n", " }\n", "}\n" ] @@ -49749,7 +49749,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "d6b44343-d41f-4df6-be6a-230b692cbbc2", + "ref": "da53ac57-0b7c-4c03-bc05-49731bc0b0ce", "rows": [ [ "0", @@ -51886,7 +51886,7 @@ "Bamba", "Onboarding booked", "2025-05-16", - "2025-05-16", + "", null, "Bambafsanbeh@gmail.com", "No, I would just like to join the community", @@ -53028,7 +53028,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 4, "id": "98fa66e5", "metadata": {}, "outputs": [ @@ -65424,7 +65424,7 @@ " ]\n", " },\n", " \"extensions\": {\n", - " \"request_id\": \"49980518-782e-9294-b193-b2b6168ea215\"\n", + " \"request_id\": \"4e9aeeb7-8caa-993c-a58e-c7b42766f931\"\n", " }\n", "}\n" ] @@ -65443,7 +65443,7 @@ " boards(ids: %s){\n", " items_page(limit: 200){\n", " items{\n", - " id \n", + " id\n", " name\n", " column_values{\n", " id,\n", @@ -65485,7 +65485,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 5, "id": "cebde673", "metadata": {}, "outputs": [ @@ -65650,7 +65650,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "5dc841df-5506-4b0f-b0ce-421e1c8f1923", + "ref": "90bdaa49-8761-4f9f-97e0-966aa1506982", "rows": [ [ "0", @@ -67337,16 +67337,7 @@ " Stage of the project/idea\n", " Progress\n", " Select statements that meet your program expectations\n", - " Date of Onboarding\n", - " What challenges or limitations are you currently facing in your progress that are affecting its growth or development?\n", - " Could you highlight three key traits/strengths that you believe define you?\n", - " What aspects or traits do you feel you may lack or want to improve upon?\n", - " Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\n", - " Where or from whom did you hear about Fellowship and Startup Circle?\n", - " Please spesify shortly\n", - " Privacy policy\n", - " Do you live in Tampere area?\n", - " How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10\n", + " ...\n", " How likely would you recommend the Tribe community to a friend on a scale of 1-10 (1 lowest, 10 highest)\n", " What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\n", " Are you continuing in Tribe Fellowship?\n", @@ -67372,16 +67363,7 @@ " I have a startup/project idea BUT no team\n", " Business Concept\n", " I am looking for mentorship/guidance, I want t...\n", - " \n", - " I have lack of knowledge on requesting documen...\n", - " Goal oriented\\nOrganized\\nPre-plan and goals\n", - " Documentation process of start up business\\nNe...\n", - " \n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67405,16 +67387,7 @@ " I am a solo entrepreneur\n", " Business Model Development, Marketing and Bran...\n", " I am looking for mentorship/guidance, I want s...\n", - " \n", - " Networking\n", - " Friendliness, Courage, Honestness\n", - " Networking among the business community\n", - " I am in the process of starting an importing b...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67438,16 +67411,7 @@ " I am a solo entrepreneur\n", " Idea Validation, Scaling and Growth Strategy\n", " I am lacking access to Resources (e.g., techno...\n", - " \n", - " Language Barrier, new to finland, resources\n", - " Hardworker, flexible, motivated\n", - " Honestly, I am introvert type of person. I wan...\n", - " I have a lots of work experience related to ha...\n", - " I attended the Pulla Perjantai with Tribe Tamp...\n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67471,16 +67435,7 @@ " I am a solo entrepreneur\n", " Marketing and Branding Strategy, Scaling and G...\n", " I would like to find partnership opportunities\n", - " \n", - " Facing some issues to find sale leads.\n", - " Creative worker. Quick learner. One man Army.\n", - " Sales and connection building.\n", - " \n", - " Fellows.\n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67504,16 +67459,7 @@ " I have a startup/project idea AND I have a team\n", " Marketing and Branding Strategy, Scaling and G...\n", " I want support with Market Validation and Rese...\n", - " \n", - " I am currently in search of supplier.\n", - " Dicipline, Talent, Effiency\n", - " I would like to improve my network. Meet new s...\n", - " \n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67537,16 +67483,7 @@ " other\n", " Marketing and Branding Strategy, Testing and I...\n", " I am looking for mentorship/guidance, I am loo...\n", - " \n", - " I need to find right partners\n", - " Consistency \\nAdaptability \\nResponsible\n", - " Partnering\\nCollaboration\\nGoal setting\n", - " I need to get introduced to proper startups th...\n", - " \n", - " I need to join to a startup\n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67570,16 +67507,7 @@ " I have a startup/project idea BUT no team\n", " Prototype or Minimum Viable Product (MVP) Deve...\n", " I want to build and expand my network\n", - " \n", - " Building websolutions\n", - " Business drive, business competence, goodwill\n", - " Web solution coding, financial calculations\n", - " \n", - " Tampereen Kauppakamari\n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67603,16 +67531,7 @@ " I have a startup/project idea BUT no team\n", " Team Building and Talent Acquisition\n", " I would like to build/expand my team, I want t...\n", - " \n", - " Time.\n", - " Workaholic.\\nSocialbutterfly, easy to be conne...\n", - " Team/network.\n", - " Former entreprenaur in exporting wine. Goal is...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67636,16 +67555,7 @@ " I have a startup/project idea BUT no team\n", " Team Building and Talent Acquisition, Funding ...\n", " I am looking for mentorship/guidance, I would ...\n", - " \n", - " I'm new entrepreneur, and I haven't search fun...\n", - " I'm persistent, quick learner and I generate e...\n", - " My business skills, business language and Engl...\n", - " \n", - " I have been aware of Tribe for several years, ...\n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67669,16 +67579,7 @@ " I have a startup/project idea BUT no team\n", " Business Concept\n", " I am lacking access to Resources (e.g., techno...\n", - " 2025-01-09\n", - " I just moved to this town/country and have no ...\n", - " Creativity, Communication, Responsibility\n", - " Marketing skills and networking\n", - " \n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67702,16 +67603,7 @@ " I have a startup/project idea AND I have a team\n", " Business Concept, Business Model Development\n", " I want to build and expand my network, I would...\n", - " 2024-10-25\n", - " We are facing several challenges in developing...\n", - " Three key traits that define me are determinat...\n", - " While I believe I have strong traits like dete...\n", - " I have an idea for Syncskills that I believe h...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67735,16 +67627,7 @@ " I have a startup/project idea BUT no team\n", " Business Concept, Business Model Development, ...\n", " I am lacking access to Resources (e.g., techno...\n", - " 2024-03-08\n", - " Since I am new in Finland, do not have a deep ...\n", - " 1. 17+years experience in clothing manufacturi...\n", - " Networking - need to have a strong marketing n...\n", - " I want to promote and develop my clothing bran...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67768,16 +67651,7 @@ " I have a startup/project idea BUT no team\n", " Business Concept, Business Model Development, ...\n", " I would like to find partnership opportunities...\n", - " 2024-05-30\n", - " Some of the challenges at the moment at moment...\n", - " Strong work ethic, resilience , adaptability ,...\n", - " Experience in the entrepreneurial sector, know...\n", - " I am 28 years old and originally from Ghana, ...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67801,16 +67675,7 @@ " I have a startup/project idea BUT no team\n", " Business Concept, Funding and Investment Plan/...\n", " I am lacking access to Resources (e.g., techno...\n", - " 2025-01-31\n", - " Proceeding alone in a new in start-up scene is...\n", - " I can finish things I believe in and where I h...\n", - " Information and experience on being as an actu...\n", - " Am expecting a lot of new possibilities and ne...\n", - " In a MIB event.\n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67834,16 +67699,7 @@ " I am a solo entrepreneur\n", " Business Concept, Idea Validation, Legal and R...\n", " I am looking for mentorship/guidance, I want t...\n", - " 2025-01-09\n", - " Am starting my business and the amount of info...\n", - " Hardworking, focus, resilient\n", - " organization and setting up.\n", - " Am very eager to start soon my business, I hav...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67867,16 +67723,7 @@ " I have a startup/project idea BUT no team\n", " Business Concept, Prototype or Minimum Viable ...\n", " I would like to build/expand my team, I am loo...\n", - " 2024-09-15\n", - " I need to build a versatile team to continue w...\n", - " - Strong technical background (Currently worki...\n", - " - sales experience\\n- marketing experience\\n- ...\n", - " I am open-minded and ready to improve myself a...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67900,16 +67747,7 @@ " I have a startup/project idea BUT no team\n", " Business Concept, Prototype or Minimum Viable ...\n", " I am looking for mentorship/guidance, I would ...\n", - " 2024-05-25\n", - " I need help and advice with the team and its c...\n", - " Understanding of information management, appro...\n", - " My language skills need practice and my networ...\n", - " In my idea, I need help, for example, in psych...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67933,16 +67771,7 @@ " I have a startup/project idea AND I have a team\n", " Business Model Development, Funding and Invest...\n", " I would like to know about different funding o...\n", - " 2024-06-18\n", - " Funding and investment. Challenging for our te...\n", - " Inclusivity\\nAmbition\\nCreative Thinking\n", - " Confidence\\nExecutive function\n", - " \n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67966,16 +67795,7 @@ " I have a startup/project idea BUT no team\n", " Business Model Development, Funding and Invest...\n", " I am looking for mentorship/guidance, I want t...\n", - " 2024-05-03\n", - " I have never done this kind of project before ...\n", - " Achieving, result-oriented, inspiring\n", - " I want to develop my networking skills and how...\n", - " I am looking for a community with similar mind...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -67999,16 +67819,7 @@ " I have a startup/project idea AND I have a team\n", " Business Model Development, Funding and Invest...\n", " I want to assess my current position and ident...\n", - " 2024-03-22\n", - " So many opportunities, but hard to decide what...\n", - " Active, learnful, thirsty\n", - " Professional uskottavuus, knowledge on the fie...\n", - " \n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68032,16 +67843,7 @@ " I have a startup/project idea AND I have a team\n", " Business Model Development, Legal and Regulato...\n", " I am looking for mentorship/guidance, I am lac...\n", - " 2024-04-25\n", - " I'm looking for developer who can become my pa...\n", - " Team Player, Commitment, Self-belief\n", - " Stress Management, Money Management, \\n\n", - " \n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68065,16 +67867,7 @@ " I am a solo entrepreneur\n", " Business Model Development, Scaling and Growth...\n", " I want to assess my current position and ident...\n", - " 2025-01-29\n", - " Epävarmuus siitä mihin yhteen asiaan keskittyä...\n", - " Itsevarmuus, hyvä pelisilmä ja taito kehittyä\n", - " Yrityksen hallinta, myynti\n", - " Olen aikaisemmin ollut platform 6 doc ohjelmas...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68098,16 +67891,7 @@ " I have a startup/project idea AND I have a team\n", " Business Model Development, Scaling and Growth...\n", " I am lacking access to Resources (e.g., techno...\n", - " 2024-05-25\n", - " Our offering is too \"advanced\" for our clients...\n", - " First, our team is quite well balanced and dri...\n", - " To be able to better see and understand things...\n", - " 50 % of our team is at Tampere while the rest ...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68131,16 +67915,7 @@ " I have a startup/project idea BUT no team\n", " Business Model Development, Team Building and ...\n", " I am lacking access to Resources (e.g., techno...\n", - " 2024-05-30\n", - " -->The lack of team members with the necessary...\n", - " --> Strong networking skills\\n--> Culturally i...\n", - " --> ICT skills\\n--> Negotiation skills\\n--> Pr...\n", - " The service I would like to provide has been t...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68164,16 +67939,7 @@ " I have a startup/project idea AND I have a team\n", " Funding and Investment Plan/Acquisition, Busin...\n", " I am lacking access to Resources (e.g., techno...\n", - " 2024-10-02\n", - " One of the key challenges I'm facing in my pro...\n", - " My determination , problem solving and communi...\n", - " Networking is the thing I want to improve the ...\n", - " I aim to build a startup that can grow by leap...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68197,16 +67963,7 @@ " I have a startup/project idea BUT no team\n", " Funding and Investment Plan/Acquisition, Marke...\n", " I am lacking access to Resources (e.g., techno...\n", - " 2024-11-21\n", - " Mostly marketing an overseas company and Hotel...\n", - " perseverance, resilient, creative\n", - " Strategic thinking\\n\n", - " TAMK exchange student from University of Salford\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68230,16 +67987,7 @@ " I have a startup/project idea AND I have a team\n", " Funding and Investment Plan/Acquisition, Reven...\n", " I want support with Market Validation and Rese...\n", - " 2024-03-22\n", - " Challenges reaching paying customers\n", - " Community driven, open to learn and empathetic\n", - " Data analysis and using the numbers usefully, ...\n", - " \n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68263,16 +68011,7 @@ " I have a startup/project idea BUT no team\n", " Idea Validation\n", " I am looking for mentorship/guidance\n", - " 2024-04-02\n", - " Although I'm good at coding systems and backen...\n", - " Persistence\\nReliability\\nOpen minded\n", - " Being faster at execution\\nHow to find good bu...\n", - " \n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68296,16 +68035,7 @@ " I have a startup/project idea BUT no team\n", " Idea Validation, Business Model Development, L...\n", " I am looking for mentorship/guidance, I want s...\n", - " 2025-01-13\n", - " I need to accuire some leads and learn how to ...\n", - " Resilience, Realistic, curious\n", - " time management\n", - " What I most need from TribeTampere is some gui...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68329,16 +68059,7 @@ " I have a startup/project idea AND I have a team\n", " Idea Validation, Funding and Investment Plan/A...\n", " I am looking for mentorship/guidance, I want s...\n", - " 2025-02-14\n", - " We have an idea and advanced MVP but we might ...\n", - " - We are generalistic doers \\n- team memebers ...\n", - " - Product development and testing\\n- finance/s...\n", - " We already have company: Task Hire Oy.\\nYasmin...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68362,16 +68083,7 @@ " I am a solo entrepreneur\n", " Idea Validation, Prototype or Minimum Viable P...\n", " I am looking for mentorship/guidance, I am loo...\n", - " 2025-01-24\n", - " A full-time day job. Lack of experience & conn...\n", - " Ambitious & creative visionary\\n\n", - " I want to reduce overthinking and increase act...\n", - " Thank you for organising this kind of possibil...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68395,16 +68107,7 @@ " other\n", " Idea Validation, Testing and Iteration, Protot...\n", " I want to build and expand my network, I am lo...\n", - " 2024-09-19\n", - " Actually not much, I just want to join Tribe t...\n", - " Life-long learning, adaptability, taking initi...\n", - " Growth stragety, marketing, brand creation\n", - " Thanks for organizing such community!\n", - " \n", - " I have ideas on micropreneur projects that can...\n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68428,16 +68131,7 @@ " I have a startup/project idea AND I have a team\n", " Marketing and Branding Strategy\n", " I am looking for mentorship/guidance\n", - " 2025-03-12\n", - " Product and brand developement is now complet...\n", - " Innovative, persistent & inspiring\n", - " Chetchuling and operational implementing\n", - " \n", - " Your website and wisiting. Also I have partici...\n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68461,16 +68155,7 @@ " I am a solo entrepreneur\n", " Marketing and Branding Strategy, Idea Validati...\n", " I want to build and expand my network, I am lo...\n", - " 2024-11-07\n", - " Lack of networking opportunities and exposure ...\n", - " Confidence, creativity, eager to learn\n", - " More design skills, recognizing right target t...\n", - " I started my graphic design toiminimi this sum...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68494,16 +68179,7 @@ " I am a solo entrepreneur\n", " Marketing and Branding Strategy, Idea Validati...\n", " I want to build and expand my network, I would...\n", - " 2025-01-16\n", - " not enough revenue to be sustainable\\nno clear...\n", - " diverse experience dealing with spiritual / tr...\n", - " marketing & branding strategy design and imple...\n", - " I just started participating in a 3 month inte...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68527,16 +68203,7 @@ " I have a startup/project idea AND I have a team\n", " Prototype or Minimum Viable Product (MVP) Deve...\n", " I am looking for personal growth, I want suppo...\n", - " 2024-03-22\n", - " Nothing to discuss at the moment\n", - " Not sure\n", - " Time will say\n", - " Nothing for now\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68560,16 +68227,7 @@ " I am a solo entrepreneur\n", " Prototype or Minimum Viable Product (MVP) Deve...\n", " I would like to know about different funding o...\n", - " 2024-08-01\n", - " Lack of time because I have day job and small ...\n", - " Innovativeness\\nBroad skillset\\nWill to learn\\n\n", - " Networking skills\\nMore fluent English\\nMarket...\n", - " \n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68593,16 +68251,7 @@ " I am a solo entrepreneur\n", " Revenue\n", " I am lacking access to Resources (e.g., techno...\n", - " 2024-04-15\n", - " Hard to attract leads.\n", - " Outgoing, resourceful and curious\n", - " Confident and I want to improve my social skills\n", - " My goals are to be the best salesman in Europe...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68626,16 +68275,7 @@ " I have a startup/project idea AND I have a team\n", " Revenue, Team Building and Talent Acquisition,...\n", " I want support with Market Validation and Rese...\n", - " 2025-01-24\n", - " I have rather straightforward steps for next 1...\n", - " Me, personally? Well I've been entrepreneur fo...\n", - " Again, me personally? Well my mindset is not t...\n", - " https://www.linkedin.com/in/lauriheikkila/\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68659,16 +68299,7 @@ " I have a startup/project idea AND I have a team\n", " Scaling and Growth Strategy\n", " I would like to build/expand my team\n", - " 2024-11-15\n", - " Networking and idea bouncing, like-minded indi...\n", - " 1. Understanding trends, foresight.\\n\\n2. Havi...\n", - " Business administration \\n\\nData gathering for...\n", - " To have a network to have open discussion and ...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68692,16 +68323,7 @@ " I am a solo entrepreneur\n", " Scaling and Growth Strategy\n", " I want to build and expand my network\n", - " 2025-02-17\n", - " Not having a working space\n", - " I have good disipline, i am doing everything w...\n", - " I want to scale my business\n", - " Im selling my own course and want to scale it ...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68725,16 +68347,7 @@ " I am a solo entrepreneur\n", " Scaling and Growth Strategy, Marketing and Bra...\n", " I am looking for mentorship/guidance, I am loo...\n", - " 2024-09-25\n", - " The market (music) is centralised, and the cha...\n", - " Idea-rich, motivator and team builder\n", - " Sales, pitching, prioritisation\n", - " I am looking for people to work together in in...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68758,16 +68371,7 @@ " I am a solo entrepreneur\n", " Team Building and Talent Acquisition\n", " I am looking for personal growth\n", - " 2024-10-23\n", - " Prioritising and setting focus on personal and...\n", - " - value driven individual with a high stress t...\n", - " Great question! Deffo prioritising and faster ...\n", - " I want to build cool stuff with cool people.\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68791,16 +68395,7 @@ " I have a startup/project idea BUT no team\n", " Team Building and Talent Acquisition, Business...\n", " I am lacking access to Resources (e.g., techno...\n", - " 2024-10-18\n", - " A proper team, finances, partnership, guidance...\n", - " Problem solver, extrovert, connector of people\n", - " How to expand in a broader way\n", - " I already have two successful statups but they...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68824,16 +68419,7 @@ " I have a startup/project idea BUT no team\n", " Team Building and Talent Acquisition, Business...\n", " I am looking for mentorship/guidance, I am loo...\n", - " 2024-09-04\n", - " Idea validation, focusing the target group, fi...\n", - " Innovative, driven, fast learner\n", - " Scalability, organization structure, distribut...\n", - " \n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68857,16 +68443,7 @@ " I am a solo entrepreneur\n", " Team Building and Talent Acquisition, Business...\n", " I am looking for mentorship/guidance, I would ...\n", - " 2024-06-26\n", - " I can do a lot of the technical aspects and pr...\n", - " Technical skills, vision of what the product s...\n", - " Networking, high energy hustle / getting it done\n", - " I vision that with just the 2 of us (me and 1 ...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68890,16 +68467,7 @@ " I have a startup/project idea BUT no team\n", " Team Building and Talent Acquisition, Funding ...\n", " I want support with Market Validation and Rese...\n", - " 2025-01-24\n", - " Accountability partner, I hope people in this ...\n", - " Analytical thinking, and problem-solving, part...\n", - " Prototyping solutions and translating theoreti...\n", - " I have experience in creating a non profit soc...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68923,16 +68491,7 @@ " I have a startup/project idea AND I have a team\n", " Testing and Iteration, Funding and Investment ...\n", " I am looking for personal growth, I would like...\n", - " 2024-03-28\n", - " We haven't explored that avenue yet, but we're...\n", - " Strategic Thinking: I excel in analyzing compl...\n", - " Though I know the art of humility, but sometim...\n", - " I want to highlight my recent achievement of d...\n", - " \n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68956,16 +68515,7 @@ " I have a startup/project idea AND I have a team\n", " None\n", " None\n", - " 2024-04-16\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -68989,16 +68539,7 @@ " I have a startup/project idea BUT no team\n", " None\n", " None\n", - " 2024-04-01\n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " \n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -69022,16 +68563,7 @@ " I am a solo entrepreneur\n", " Funding and Investment Plan/Acquisition, Scali...\n", " I want to build and expand my network, I would...\n", - " 2025-03-26\n", - " Finding new cases for innovation funding and p...\n", - " Long experience with innovation funding in EU ...\n", - " I want to improve in finding and landing new p...\n", - " \n", - " At a P6 event\n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -69055,16 +68587,7 @@ " I am a solo entrepreneur\n", " Team Building and Talent Acquisition\n", " I am looking for mentorship/guidance\n", - " 2025-04-14\n", - " Currently, I have an idea regarding the develo...\n", - " First and foremost, I have a strong background...\n", - " I have zero knowledge about turning an academi...\n", - " I have conducted several studies regarding the...\n", - " From my friend :)\n", - " \n", - " v\n", - " v\n", - " None\n", + " ...\n", " None\n", " \n", " None\n", @@ -69078,6 +68601,7 @@ " \n", " \n", "\n", + "

52 rows × 30 columns

\n", "" ], "text/plain": [ @@ -69351,491 +68875,59 @@ "50 Funding and Investment Plan/Acquisition, Scali... \n", "51 Team Building and Talent Acquisition \n", "\n", - " Select statements that meet your program expectations Date of Onboarding \\\n", - "0 I am looking for mentorship/guidance, I want t... \n", - "1 I am looking for mentorship/guidance, I want s... \n", - "2 I am lacking access to Resources (e.g., techno... \n", - "3 I would like to find partnership opportunities \n", - "4 I want support with Market Validation and Rese... \n", - "5 I am looking for mentorship/guidance, I am loo... \n", - "6 I want to build and expand my network \n", - "7 I would like to build/expand my team, I want t... \n", - "8 I am looking for mentorship/guidance, I would ... \n", - "9 I am lacking access to Resources (e.g., techno... 2025-01-09 \n", - "10 I want to build and expand my network, I would... 2024-10-25 \n", - "11 I am lacking access to Resources (e.g., techno... 2024-03-08 \n", - "12 I would like to find partnership opportunities... 2024-05-30 \n", - "13 I am lacking access to Resources (e.g., techno... 2025-01-31 \n", - "14 I am looking for mentorship/guidance, I want t... 2025-01-09 \n", - "15 I would like to build/expand my team, I am loo... 2024-09-15 \n", - "16 I am looking for mentorship/guidance, I would ... 2024-05-25 \n", - "17 I would like to know about different funding o... 2024-06-18 \n", - "18 I am looking for mentorship/guidance, I want t... 2024-05-03 \n", - "19 I want to assess my current position and ident... 2024-03-22 \n", - "20 I am looking for mentorship/guidance, I am lac... 2024-04-25 \n", - "21 I want to assess my current position and ident... 2025-01-29 \n", - "22 I am lacking access to Resources (e.g., techno... 2024-05-25 \n", - "23 I am lacking access to Resources (e.g., techno... 2024-05-30 \n", - "24 I am lacking access to Resources (e.g., techno... 2024-10-02 \n", - "25 I am lacking access to Resources (e.g., techno... 2024-11-21 \n", - "26 I want support with Market Validation and Rese... 2024-03-22 \n", - "27 I am looking for mentorship/guidance 2024-04-02 \n", - "28 I am looking for mentorship/guidance, I want s... 2025-01-13 \n", - "29 I am looking for mentorship/guidance, I want s... 2025-02-14 \n", - "30 I am looking for mentorship/guidance, I am loo... 2025-01-24 \n", - "31 I want to build and expand my network, I am lo... 2024-09-19 \n", - "32 I am looking for mentorship/guidance 2025-03-12 \n", - "33 I want to build and expand my network, I am lo... 2024-11-07 \n", - "34 I want to build and expand my network, I would... 2025-01-16 \n", - "35 I am looking for personal growth, I want suppo... 2024-03-22 \n", - "36 I would like to know about different funding o... 2024-08-01 \n", - "37 I am lacking access to Resources (e.g., techno... 2024-04-15 \n", - "38 I want support with Market Validation and Rese... 2025-01-24 \n", - "39 I would like to build/expand my team 2024-11-15 \n", - "40 I want to build and expand my network 2025-02-17 \n", - "41 I am looking for mentorship/guidance, I am loo... 2024-09-25 \n", - "42 I am looking for personal growth 2024-10-23 \n", - "43 I am lacking access to Resources (e.g., techno... 2024-10-18 \n", - "44 I am looking for mentorship/guidance, I am loo... 2024-09-04 \n", - "45 I am looking for mentorship/guidance, I would ... 2024-06-26 \n", - "46 I want support with Market Validation and Rese... 2025-01-24 \n", - "47 I am looking for personal growth, I would like... 2024-03-28 \n", - "48 None 2024-04-16 \n", - "49 None 2024-04-01 \n", - "50 I want to build and expand my network, I would... 2025-03-26 \n", - "51 I am looking for mentorship/guidance 2025-04-14 \n", - "\n", - " What challenges or limitations are you currently facing in your progress that are affecting its growth or development? \\\n", - "0 I have lack of knowledge on requesting documen... \n", - "1 Networking \n", - "2 Language Barrier, new to finland, resources \n", - "3 Facing some issues to find sale leads. \n", - "4 I am currently in search of supplier. \n", - "5 I need to find right partners \n", - "6 Building websolutions \n", - "7 Time. \n", - "8 I'm new entrepreneur, and I haven't search fun... \n", - "9 I just moved to this town/country and have no ... \n", - "10 We are facing several challenges in developing... \n", - "11 Since I am new in Finland, do not have a deep ... \n", - "12 Some of the challenges at the moment at moment... \n", - "13 Proceeding alone in a new in start-up scene is... \n", - "14 Am starting my business and the amount of info... \n", - "15 I need to build a versatile team to continue w... \n", - "16 I need help and advice with the team and its c... \n", - "17 Funding and investment. Challenging for our te... \n", - "18 I have never done this kind of project before ... \n", - "19 So many opportunities, but hard to decide what... \n", - "20 I'm looking for developer who can become my pa... \n", - "21 Epävarmuus siitä mihin yhteen asiaan keskittyä... \n", - "22 Our offering is too \"advanced\" for our clients... \n", - "23 -->The lack of team members with the necessary... \n", - "24 One of the key challenges I'm facing in my pro... \n", - "25 Mostly marketing an overseas company and Hotel... \n", - "26 Challenges reaching paying customers \n", - "27 Although I'm good at coding systems and backen... \n", - "28 I need to accuire some leads and learn how to ... \n", - "29 We have an idea and advanced MVP but we might ... \n", - "30 A full-time day job. Lack of experience & conn... \n", - "31 Actually not much, I just want to join Tribe t... \n", - "32 Product and brand developement is now complet... \n", - "33 Lack of networking opportunities and exposure ... \n", - "34 not enough revenue to be sustainable\\nno clear... \n", - "35 Nothing to discuss at the moment \n", - "36 Lack of time because I have day job and small ... \n", - "37 Hard to attract leads. \n", - "38 I have rather straightforward steps for next 1... \n", - "39 Networking and idea bouncing, like-minded indi... \n", - "40 Not having a working space \n", - "41 The market (music) is centralised, and the cha... \n", - "42 Prioritising and setting focus on personal and... \n", - "43 A proper team, finances, partnership, guidance... \n", - "44 Idea validation, focusing the target group, fi... \n", - "45 I can do a lot of the technical aspects and pr... \n", - "46 Accountability partner, I hope people in this ... \n", - "47 We haven't explored that avenue yet, but we're... \n", - "48 \n", - "49 \n", - "50 Finding new cases for innovation funding and p... \n", - "51 Currently, I have an idea regarding the develo... \n", - "\n", - " Could you highlight three key traits/strengths that you believe define you? \\\n", - "0 Goal oriented\\nOrganized\\nPre-plan and goals \n", - "1 Friendliness, Courage, Honestness \n", - "2 Hardworker, flexible, motivated \n", - "3 Creative worker. Quick learner. One man Army. \n", - "4 Dicipline, Talent, Effiency \n", - "5 Consistency \\nAdaptability \\nResponsible \n", - "6 Business drive, business competence, goodwill \n", - "7 Workaholic.\\nSocialbutterfly, easy to be conne... \n", - "8 I'm persistent, quick learner and I generate e... \n", - "9 Creativity, Communication, Responsibility \n", - "10 Three key traits that define me are determinat... \n", - "11 1. 17+years experience in clothing manufacturi... \n", - "12 Strong work ethic, resilience , adaptability ,... \n", - "13 I can finish things I believe in and where I h... \n", - "14 Hardworking, focus, resilient \n", - "15 - Strong technical background (Currently worki... \n", - "16 Understanding of information management, appro... \n", - "17 Inclusivity\\nAmbition\\nCreative Thinking \n", - "18 Achieving, result-oriented, inspiring \n", - "19 Active, learnful, thirsty \n", - "20 Team Player, Commitment, Self-belief \n", - "21 Itsevarmuus, hyvä pelisilmä ja taito kehittyä \n", - "22 First, our team is quite well balanced and dri... \n", - "23 --> Strong networking skills\\n--> Culturally i... \n", - "24 My determination , problem solving and communi... \n", - "25 perseverance, resilient, creative \n", - "26 Community driven, open to learn and empathetic \n", - "27 Persistence\\nReliability\\nOpen minded \n", - "28 Resilience, Realistic, curious \n", - "29 - We are generalistic doers \\n- team memebers ... \n", - "30 Ambitious & creative visionary\\n \n", - "31 Life-long learning, adaptability, taking initi... \n", - "32 Innovative, persistent & inspiring \n", - "33 Confidence, creativity, eager to learn \n", - "34 diverse experience dealing with spiritual / tr... \n", - "35 Not sure \n", - "36 Innovativeness\\nBroad skillset\\nWill to learn\\n \n", - "37 Outgoing, resourceful and curious \n", - "38 Me, personally? Well I've been entrepreneur fo... \n", - "39 1. Understanding trends, foresight.\\n\\n2. Havi... \n", - "40 I have good disipline, i am doing everything w... \n", - "41 Idea-rich, motivator and team builder \n", - "42 - value driven individual with a high stress t... \n", - "43 Problem solver, extrovert, connector of people \n", - "44 Innovative, driven, fast learner \n", - "45 Technical skills, vision of what the product s... \n", - "46 Analytical thinking, and problem-solving, part... \n", - "47 Strategic Thinking: I excel in analyzing compl... \n", - "48 \n", - "49 \n", - "50 Long experience with innovation funding in EU ... \n", - "51 First and foremost, I have a strong background... \n", - "\n", - " What aspects or traits do you feel you may lack or want to improve upon? \\\n", - "0 Documentation process of start up business\\nNe... \n", - "1 Networking among the business community \n", - "2 Honestly, I am introvert type of person. I wan... \n", - "3 Sales and connection building. \n", - "4 I would like to improve my network. Meet new s... \n", - "5 Partnering\\nCollaboration\\nGoal setting \n", - "6 Web solution coding, financial calculations \n", - "7 Team/network. \n", - "8 My business skills, business language and Engl... \n", - "9 Marketing skills and networking \n", - "10 While I believe I have strong traits like dete... \n", - "11 Networking - need to have a strong marketing n... \n", - "12 Experience in the entrepreneurial sector, know... \n", - "13 Information and experience on being as an actu... \n", - "14 organization and setting up. \n", - "15 - sales experience\\n- marketing experience\\n- ... \n", - "16 My language skills need practice and my networ... \n", - "17 Confidence\\nExecutive function \n", - "18 I want to develop my networking skills and how... \n", - "19 Professional uskottavuus, knowledge on the fie... \n", - "20 Stress Management, Money Management, \\n \n", - "21 Yrityksen hallinta, myynti \n", - "22 To be able to better see and understand things... \n", - "23 --> ICT skills\\n--> Negotiation skills\\n--> Pr... \n", - "24 Networking is the thing I want to improve the ... \n", - "25 Strategic thinking\\n \n", - "26 Data analysis and using the numbers usefully, ... \n", - "27 Being faster at execution\\nHow to find good bu... \n", - "28 time management \n", - "29 - Product development and testing\\n- finance/s... \n", - "30 I want to reduce overthinking and increase act... \n", - "31 Growth stragety, marketing, brand creation \n", - "32 Chetchuling and operational implementing \n", - "33 More design skills, recognizing right target t... \n", - "34 marketing & branding strategy design and imple... \n", - "35 Time will say \n", - "36 Networking skills\\nMore fluent English\\nMarket... \n", - "37 Confident and I want to improve my social skills \n", - "38 Again, me personally? Well my mindset is not t... \n", - "39 Business administration \\n\\nData gathering for... \n", - "40 I want to scale my business \n", - "41 Sales, pitching, prioritisation \n", - "42 Great question! Deffo prioritising and faster ... \n", - "43 How to expand in a broader way \n", - "44 Scalability, organization structure, distribut... \n", - "45 Networking, high energy hustle / getting it done \n", - "46 Prototyping solutions and translating theoreti... \n", - "47 Though I know the art of humility, but sometim... \n", - "48 \n", - "49 \n", - "50 I want to improve in finding and landing new p... \n", - "51 I have zero knowledge about turning an academi... \n", - "\n", - " Anything else you want to tell us? (achievements, expectations, goals, needs.....?) \\\n", - "0 \n", - "1 I am in the process of starting an importing b... \n", - "2 I have a lots of work experience related to ha... \n", - "3 \n", - "4 \n", - "5 I need to get introduced to proper startups th... \n", - "6 \n", - "7 Former entreprenaur in exporting wine. Goal is... \n", - "8 \n", - "9 \n", - "10 I have an idea for Syncskills that I believe h... \n", - "11 I want to promote and develop my clothing bran... \n", - "12 I am 28 years old and originally from Ghana, ... \n", - "13 Am expecting a lot of new possibilities and ne... \n", - "14 Am very eager to start soon my business, I hav... \n", - "15 I am open-minded and ready to improve myself a... \n", - "16 In my idea, I need help, for example, in psych... \n", - "17 \n", - "18 I am looking for a community with similar mind... \n", - "19 \n", - "20 \n", - "21 Olen aikaisemmin ollut platform 6 doc ohjelmas... \n", - "22 50 % of our team is at Tampere while the rest ... \n", - "23 The service I would like to provide has been t... \n", - "24 I aim to build a startup that can grow by leap... \n", - "25 TAMK exchange student from University of Salford \n", - "26 \n", - "27 \n", - "28 What I most need from TribeTampere is some gui... \n", - "29 We already have company: Task Hire Oy.\\nYasmin... \n", - "30 Thank you for organising this kind of possibil... \n", - "31 Thanks for organizing such community! \n", - "32 \n", - "33 I started my graphic design toiminimi this sum... \n", - "34 I just started participating in a 3 month inte... \n", - "35 Nothing for now \n", - "36 \n", - "37 My goals are to be the best salesman in Europe... \n", - "38 https://www.linkedin.com/in/lauriheikkila/ \n", - "39 To have a network to have open discussion and ... \n", - "40 Im selling my own course and want to scale it ... \n", - "41 I am looking for people to work together in in... \n", - "42 I want to build cool stuff with cool people. \n", - "43 I already have two successful statups but they... \n", - "44 \n", - "45 I vision that with just the 2 of us (me and 1 ... \n", - "46 I have experience in creating a non profit soc... \n", - "47 I want to highlight my recent achievement of d... \n", - "48 \n", - "49 \n", - "50 \n", - "51 I have conducted several studies regarding the... \n", - "\n", - " Where or from whom did you hear about Fellowship and Startup Circle? \\\n", - "0 \n", - "1 \n", - "2 I attended the Pulla Perjantai with Tribe Tamp... \n", - "3 Fellows. \n", - "4 \n", - "5 \n", - "6 Tampereen Kauppakamari \n", - "7 \n", - "8 I have been aware of Tribe for several years, ... \n", - "9 \n", - "10 \n", - "11 \n", - "12 \n", - "13 In a MIB event. \n", - "14 \n", - "15 \n", - "16 \n", - "17 \n", - "18 \n", - "19 \n", - "20 \n", - "21 \n", - "22 \n", - "23 \n", - "24 \n", - "25 \n", - "26 \n", - "27 \n", - "28 \n", - "29 \n", - "30 \n", - "31 \n", - "32 Your website and wisiting. Also I have partici... \n", - "33 \n", - "34 \n", - "35 \n", - "36 \n", - "37 \n", - "38 \n", - "39 \n", - "40 \n", - "41 \n", - "42 \n", - "43 \n", - "44 \n", - "45 \n", - "46 \n", - "47 \n", - "48 \n", - "49 \n", - "50 At a P6 event \n", - "51 From my friend :) \n", - "\n", - " Please spesify shortly Privacy policy \\\n", - "0 v \n", - "1 v \n", - "2 v \n", - "3 v \n", - "4 v \n", - "5 I need to join to a startup v \n", - "6 v \n", - "7 v \n", - "8 v \n", - "9 v \n", - "10 v \n", - "11 v \n", - "12 v \n", - "13 v \n", - "14 v \n", - "15 v \n", - "16 v \n", - "17 v \n", - "18 v \n", - "19 v \n", - "20 v \n", - "21 v \n", - "22 v \n", - "23 v \n", - "24 v \n", - "25 v \n", - "26 v \n", - "27 v \n", - "28 v \n", - "29 v \n", - "30 v \n", - "31 I have ideas on micropreneur projects that can... v \n", - "32 v \n", - "33 v \n", - "34 v \n", - "35 v \n", - "36 v \n", - "37 v \n", - "38 v \n", - "39 v \n", - "40 v \n", - "41 v \n", - "42 v \n", - "43 v \n", - "44 v \n", - "45 v \n", - "46 v \n", - "47 v \n", - "48 \n", - "49 \n", - "50 v \n", - "51 v \n", - "\n", - " Do you live in Tampere area? \\\n", - "0 v \n", - "1 v \n", - "2 v \n", - "3 v \n", - "4 v \n", - "5 v \n", - "6 v \n", - "7 v \n", - "8 v \n", - "9 v \n", - "10 v \n", - "11 v \n", - "12 v \n", - "13 v \n", - "14 v \n", - "15 v \n", - "16 v \n", - "17 v \n", - "18 v \n", - "19 v \n", - "20 v \n", - "21 v \n", - "22 v \n", - "23 v \n", - "24 v \n", - "25 v \n", - "26 v \n", - "27 v \n", - "28 v \n", - "29 v \n", - "30 v \n", - "31 v \n", - "32 v \n", - "33 v \n", - "34 v \n", - "35 v \n", - "36 v \n", - "37 v \n", - "38 v \n", - "39 v \n", - "40 v \n", - "41 v \n", - "42 v \n", - "43 v \n", - "44 v \n", - "45 v \n", - "46 v \n", - "47 v \n", - "48 \n", - "49 \n", - "50 v \n", - "51 v \n", - "\n", - " How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10 \\\n", - "0 None \n", - "1 None \n", - "2 None \n", - "3 None \n", - "4 None \n", - "5 None \n", - "6 None \n", - "7 None \n", - "8 None \n", - "9 None \n", - "10 None \n", - "11 None \n", - "12 None \n", - "13 None \n", - "14 None \n", - "15 None \n", - "16 None \n", - "17 None \n", - "18 None \n", - "19 None \n", - "20 None \n", - "21 None \n", - "22 None \n", - "23 None \n", - "24 None \n", - "25 None \n", - "26 None \n", - "27 None \n", - "28 None \n", - "29 None \n", - "30 None \n", - "31 None \n", - "32 None \n", - "33 None \n", - "34 None \n", - "35 None \n", - "36 None \n", - "37 None \n", - "38 None \n", - "39 None \n", - "40 None \n", - "41 None \n", - "42 None \n", - "43 None \n", - "44 None \n", - "45 None \n", - "46 None \n", - "47 None \n", - "48 None \n", - "49 None \n", - "50 None \n", - "51 None \n", + " Select statements that meet your program expectations ... \\\n", + "0 I am looking for mentorship/guidance, I want t... ... \n", + "1 I am looking for mentorship/guidance, I want s... ... \n", + "2 I am lacking access to Resources (e.g., techno... ... \n", + "3 I would like to find partnership opportunities ... \n", + "4 I want support with Market Validation and Rese... ... \n", + "5 I am looking for mentorship/guidance, I am loo... ... \n", + "6 I want to build and expand my network ... \n", + "7 I would like to build/expand my team, I want t... ... \n", + "8 I am looking for mentorship/guidance, I would ... ... \n", + "9 I am lacking access to Resources (e.g., techno... ... \n", + "10 I want to build and expand my network, I would... ... \n", + "11 I am lacking access to Resources (e.g., techno... ... \n", + "12 I would like to find partnership opportunities... ... \n", + "13 I am lacking access to Resources (e.g., techno... ... \n", + "14 I am looking for mentorship/guidance, I want t... ... \n", + "15 I would like to build/expand my team, I am loo... ... \n", + "16 I am looking for mentorship/guidance, I would ... ... \n", + "17 I would like to know about different funding o... ... \n", + "18 I am looking for mentorship/guidance, I want t... ... \n", + "19 I want to assess my current position and ident... ... \n", + "20 I am looking for mentorship/guidance, I am lac... ... \n", + "21 I want to assess my current position and ident... ... \n", + "22 I am lacking access to Resources (e.g., techno... ... \n", + "23 I am lacking access to Resources (e.g., techno... ... \n", + "24 I am lacking access to Resources (e.g., techno... ... \n", + "25 I am lacking access to Resources (e.g., techno... ... \n", + "26 I want support with Market Validation and Rese... ... \n", + "27 I am looking for mentorship/guidance ... \n", + "28 I am looking for mentorship/guidance, I want s... ... \n", + "29 I am looking for mentorship/guidance, I want s... ... \n", + "30 I am looking for mentorship/guidance, I am loo... ... \n", + "31 I want to build and expand my network, I am lo... ... \n", + "32 I am looking for mentorship/guidance ... \n", + "33 I want to build and expand my network, I am lo... ... \n", + "34 I want to build and expand my network, I would... ... \n", + "35 I am looking for personal growth, I want suppo... ... \n", + "36 I would like to know about different funding o... ... \n", + "37 I am lacking access to Resources (e.g., techno... ... \n", + "38 I want support with Market Validation and Rese... ... \n", + "39 I would like to build/expand my team ... \n", + "40 I want to build and expand my network ... \n", + "41 I am looking for mentorship/guidance, I am loo... ... \n", + "42 I am looking for personal growth ... \n", + "43 I am lacking access to Resources (e.g., techno... ... \n", + "44 I am looking for mentorship/guidance, I am loo... ... \n", + "45 I am looking for mentorship/guidance, I would ... ... \n", + "46 I want support with Market Validation and Rese... ... \n", + "47 I am looking for personal growth, I would like... ... \n", + "48 None ... \n", + "49 None ... \n", + "50 I want to build and expand my network, I would... ... \n", + "51 I am looking for mentorship/guidance ... \n", "\n", " How likely would you recommend the Tribe community to a friend on a scale of 1-10 (1 lowest, 10 highest) \\\n", "0 None \n", @@ -70267,10 +69359,12 @@ "48 \n", "49 \n", "50 \n", - "51 " + "51 \n", + "\n", + "[52 rows x 30 columns]" ] }, - "execution_count": 16, + "execution_count": 5, "metadata": {}, "output_type": "execute_result" } @@ -70302,7 +69396,7 @@ }, { "cell_type": "code", - "execution_count": 42, + "execution_count": 6, "id": "503783f1", "metadata": {}, "outputs": [ @@ -70392,7 +69486,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "63799daf-d294-49fd-ae97-7f2e3571563c", + "ref": "1ec68579-f66a-43dc-84d7-c5542484854b", "rows": [ [ "0", @@ -70942,7 +70036,7 @@ "Onboarding booked", "Bambafsanbeh@gmail.com", "2025-05-16", - "2025-05-16", + "", "No, I would just like to join the community", null, null, @@ -71661,7 +70755,7 @@ "[105 rows x 15 columns]" ] }, - "execution_count": 42, + "execution_count": 6, "metadata": {}, "output_type": "execute_result" } @@ -71695,7 +70789,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 7, "id": "fbd62f0b", "metadata": {}, "outputs": [ @@ -71805,7 +70899,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "e43c9f48-f6c3-4e23-8091-ec34d4779a1e", + "ref": "57efc18c-6fb6-45c4-b79d-825dbcab8975", "rows": [ [ "17", @@ -72598,7 +71692,7 @@ "101 " ] }, - "execution_count": 27, + "execution_count": 7, "metadata": {}, "output_type": "execute_result" } @@ -72664,7 +71758,7 @@ }, { "cell_type": "code", - "execution_count": 26, + "execution_count": 8, "id": "7fb27b941602401d91542211134fc71a", "metadata": {}, "outputs": [ @@ -72774,7 +71868,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "f3e9a7a5-be8c-434e-8ea4-66bfbde7357d", + "ref": "cfe533cd-823d-41ba-9a0a-c7d2ad2988c6", "rows": [ [ "0", @@ -75775,7 +74869,7 @@ "51 v " ] }, - "execution_count": 26, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } @@ -75809,7 +74903,7 @@ }, { "cell_type": "code", - "execution_count": 43, + "execution_count": 9, "id": "aa2d1ad4", "metadata": {}, "outputs": [ @@ -75899,7 +74993,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "21c70476-c51b-488f-adb7-d8ba5589ab99", + "ref": "cbbf58a4-a4ea-4680-bb33-fc43a67df653", "rows": [ [ "0", @@ -76449,7 +75543,7 @@ "Onboarding booked", "Bambafsanbeh@gmail.com", "2025-05-16", - "2025-05-16", + "", "No, I would just like to join the community", null, null, @@ -77168,7 +76262,7 @@ "[105 rows x 15 columns]" ] }, - "execution_count": 43, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" } @@ -77179,7 +76273,7 @@ }, { "cell_type": "code", - "execution_count": 44, + "execution_count": 10, "id": "8e650db3", "metadata": {}, "outputs": [ @@ -77254,7 +76348,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "ed6f009d-103b-4e49-8f23-efdec6c45c13", + "ref": "ce206b0e-b9ab-4673-967c-c8b58a81f455", "rows": [ [ "0", @@ -78324,7 +77418,7 @@ "[105 rows x 12 columns]" ] }, - "execution_count": 44, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } @@ -78346,7 +77440,7 @@ }, { "cell_type": "code", - "execution_count": 75, + "execution_count": 11, "id": "48f774e4", "metadata": {}, "outputs": [], @@ -79522,7 +78616,7 @@ }, { "cell_type": "code", - "execution_count": 79, + "execution_count": 12, "id": "44da3e60", "metadata": {}, "outputs": [ @@ -79612,7 +78706,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "e5a4b744-1419-498a-848d-5e15dd7995e4", + "ref": "bcdb6b9a-0e7d-48c7-a0dc-fa485ac27da6", "rows": [ [ "0", @@ -80855,7 +79949,7 @@ "[2048 rows x 15 columns]" ] }, - "execution_count": 79, + "execution_count": 12, "metadata": {}, "output_type": "execute_result" } @@ -80931,7 +80025,7 @@ }, { "cell_type": "code", - "execution_count": 85, + "execution_count": 13, "id": "9a63283cbaf04dbcab1f6479b197f3a8", "metadata": {}, "outputs": [ @@ -80939,13 +80033,13 @@ "name": "stderr", "output_type": "stream", "text": [ - "C:\\Users\\djibr\\AppData\\Local\\Temp\\ipykernel_2216\\322856203.py:121: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.\n", + "/tmp/ipykernel_17722/166570626.py:171: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.\n", "The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.\n", "\n", "For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.\n", "\n", "\n", - " community_reg_data['Do you live in Tampere area?'].replace('v', 'Yes', inplace= True)\n" + " community_reg_data[\"Do you live in Tampere area?\"].replace(\"v\", \"Yes\", inplace=True)\n" ] } ], @@ -81135,7 +80229,7 @@ }, { "cell_type": "code", - "execution_count": 89, + "execution_count": 14, "id": "72eea5119410473aa328ad9291626812", "metadata": {}, "outputs": [ @@ -81220,7 +80314,7 @@ } ], "conversionMethod": "pd.DataFrame", - "ref": "5f836d3e-1872-47c4-aa65-94bde15c74bc", + "ref": "3e5499e0-1fc4-475a-aa63-ea73eac84615", "rows": [ [ "0", @@ -82388,7 +81482,7 @@ "[2048 rows x 14 columns]" ] }, - "execution_count": 89, + "execution_count": 14, "metadata": {}, "output_type": "execute_result" } @@ -82415,11 +81509,19 @@ "\n", "prepared_com_data" ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "3f693af5", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { "kernelspec": { - "display_name": "tribe_analytics", + "display_name": "Python 3", "language": "python", "name": "python3" }, @@ -82433,7 +81535,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.5" + "version": "3.12.10" } }, "nbformat": 4, From 8556d68dc75994fee7ba666f718b58ae3c7f885e Mon Sep 17 00:00:00 2001 From: djibril968 Date: Wed, 21 May 2025 10:28:23 +0000 Subject: [PATCH 4/4] updates and changes_21_05 --- tribe_community_circle_data.ipynb | 8147 +++++++++++++++++++++------ tribe_event_analytics_updated.ipynb | 1301 ++++- 2 files changed, 7738 insertions(+), 1710 deletions(-) diff --git a/tribe_community_circle_data.ipynb b/tribe_community_circle_data.ipynb index 91628087..34c672ef 100644 --- a/tribe_community_circle_data.ipynb +++ b/tribe_community_circle_data.ipynb @@ -2,7 +2,7 @@ "cells": [ { "cell_type": "code", - "execution_count": 1, + "execution_count": 2, "id": "77066981", "metadata": {}, "outputs": [], @@ -15,7 +15,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 3, "id": "2eae8569", "metadata": {}, "outputs": [ @@ -13973,7 +13973,7 @@ " \"id\": \"status\",\n", " \"title\": \"Status\"\n", " },\n", - " \"text\": \"Onboarding booked\"\n", + " \"text\": \"reminded to book\"\n", " },\n", " {\n", " \"id\": \"date\",\n", @@ -15239,7 +15239,7 @@ " \"id\": \"status\",\n", " \"title\": \"Status\"\n", " },\n", - " \"text\": \"Onboarding booked\"\n", + " \"text\": \"reminded to book\"\n", " },\n", " {\n", " \"id\": \"date\",\n", @@ -16488,7 +16488,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6008352447\",\n", + " \"id\": \"9194288910\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -16497,7 +16497,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"abdel\"\n", + " \"text\": \"Tommi Norhamo\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -16505,7 +16505,7 @@ " \"id\": \"status\",\n", " \"title\": \"Status\"\n", " },\n", - " \"text\": \"Onboarded\"\n", + " \"text\": \"Onboarding booked\"\n", " },\n", " {\n", " \"id\": \"date\",\n", @@ -16513,7 +16513,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-02-06\"\n", + " \"text\": \"2025-05-20\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -16537,7 +16537,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"abdelmoughitessafar@gmail.com\"\n", + " \"text\": \"tommi.norhamo@protonmail.ch\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -16545,7 +16545,7 @@ " \"id\": \"color_mkpkbmej\",\n", " \"title\": \"Do you have a startup/business idea that you want to work on?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Yes, I have an idea or an existing project\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkjb81\",\n", @@ -16553,7 +16553,7 @@ " \"id\": \"long_text_mkpkjb81\",\n", " \"title\": \"Describe the idea or a project that you are building on.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Embedded Real-Time Kernel.\"\n", " },\n", " {\n", " \"id\": \"color_mkpk4rqx\",\n", @@ -16561,7 +16561,7 @@ " \"id\": \"color_mkpk4rqx\",\n", " \"title\": \"Which stage/target group do you belong to?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"I am a solo entrepreneur\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhmhy\",\n", @@ -16569,7 +16569,7 @@ " \"id\": \"dropdown_mkpkhmhy\",\n", " \"title\": \"What is your progress so far?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Prototype or Minimum Viable Product (MVP)\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkv1w3\",\n", @@ -16577,7 +16577,7 @@ " \"id\": \"long_text_mkpkv1w3\",\n", " \"title\": \"What are you next steps for your project?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Make money (sales).\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpk73d3\",\n", @@ -16585,7 +16585,7 @@ " \"id\": \"long_text_mkpk73d3\",\n", " \"title\": \"What skills do you feel like you need to develop to take your project forward?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Sales skills.\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgsye\",\n", @@ -16633,7 +16633,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Events, Operational Team, Networking\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -16641,7 +16641,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Event management, Community engagement, Communication, Personal expertise, Problem-solving, Teamwork in Startup Culture\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -16649,7 +16649,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -16657,7 +16657,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Event at tribe\"\n", + " \"text\": \"ChatGPT, Ensimetri.\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -16665,7 +16665,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"love you guys !!\"\n", + " \"text\": \"I'd like to meet like-minded people.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -16910,7 +16910,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6008356432\",\n", + " \"id\": \"6008352447\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -16919,7 +16919,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Mohamed Iheb Ben Khaled\"\n", + " \"text\": \"abdel\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -16959,7 +16959,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"Mohamediheb.benkhaled@ipag.fr\"\n", + " \"text\": \"abdelmoughitessafar@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -17055,7 +17055,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team\"\n", + " \"text\": \"Events, Operational Team, Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -17063,7 +17063,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Event management, Problem-solving, Personal expertise, Communication, Community engagement, Teamwork in Startup Culture\"\n", + " \"text\": \"Event management, Community engagement, Communication, Personal expertise, Problem-solving, Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -17071,7 +17071,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Internship position, Building confidence in my entrepreneurial abilities\"\n", + " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -17079,7 +17079,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"My colleagues\"\n", + " \"text\": \"Event at tribe\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -17087,7 +17087,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"love love\"\n", + " \"text\": \"love you guys !!\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -17332,7 +17332,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6154843370\",\n", + " \"id\": \"6008356432\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -17341,7 +17341,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Harri Ruohonen\"\n", + " \"text\": \"Mohamed Iheb Ben Khaled\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -17357,7 +17357,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-02-28\"\n", + " \"text\": \"2024-02-06\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -17381,7 +17381,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"harri.ruohonen@hotmail.com\"\n", + " \"text\": \"Mohamediheb.benkhaled@ipag.fr\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -17477,7 +17477,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"I am not sure\"\n", + " \"text\": \"Operational Team\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -17485,7 +17485,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Personal expertise\"\n", + " \"text\": \"Event management, Problem-solving, Personal expertise, Communication, Community engagement, Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -17493,7 +17493,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem\"\n", + " \"text\": \"Internship position, Building confidence in my entrepreneurial abilities\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -17501,7 +17501,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Julia Nieminen\"\n", + " \"text\": \"My colleagues\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -17509,7 +17509,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"B.A. in history, M.A. in cultural linguistics\"\n", + " \"text\": \"love love\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -17517,7 +17517,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-02-28\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -17754,8 +17754,8 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6163362394\",\n", - " \"name\": \"Fellow\",\n", + " \"id\": \"6154843370\",\n", + " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -17763,7 +17763,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Zichen\"\n", + " \"text\": \"Harri Ruohonen\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -17779,7 +17779,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-02-21\"\n", + " \"text\": \"2024-02-28\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -17803,7 +17803,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"nicole.gzc@gmail.com\"\n", + " \"text\": \"harri.ruohonen@hotmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -17899,7 +17899,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Networking\"\n", + " \"text\": \"I am not sure\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -17907,7 +17907,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Teamwork in Startup Culture\"\n", + " \"text\": \"Personal expertise\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -17915,7 +17915,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Familiarize yourself with the regions startup support system, Build partnerships between organizations\"\n", + " \"text\": \"Employment in the startup ecosystem\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -17923,7 +17923,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Proakatemia\"\n", + " \"text\": \"Julia Nieminen\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -17931,7 +17931,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"management, international trade business related\"\n", + " \"text\": \"B.A. in history, M.A. in cultural linguistics\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -17939,7 +17939,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-02-29\"\n", + " \"text\": \"2024-02-28\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -18163,7 +18163,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -18171,13 +18171,13 @@ " \"id\": \"true___false3\",\n", " \"title\": \"Do you live in Tampere area?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " }\n", " ]\n", " },\n", " {\n", - " \"id\": \"6294543168\",\n", - " \"name\": \"Incoming form answer\",\n", + " \"id\": \"6163362394\",\n", + " \"name\": \"Fellow\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -18185,7 +18185,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Aleksandra\"\n", + " \"text\": \"Zichen\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -18201,7 +18201,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-03-20\"\n", + " \"text\": \"2024-02-21\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -18225,7 +18225,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"ezenkaa@yandex.ru\"\n", + " \"text\": \"nicole.gzc@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -18321,7 +18321,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Events\"\n", + " \"text\": \"Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -18329,7 +18329,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Teamwork in Startup Culture, Communication, Event management\"\n", + " \"text\": \"Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -18337,7 +18337,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Internship position, Employment in the startup ecosystem\"\n", + " \"text\": \"Familiarize yourself with the regions startup support system, Build partnerships between organizations\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -18345,7 +18345,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"My friend\"\n", + " \"text\": \"Proakatemia\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -18353,7 +18353,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I am a very active person and like to participate in different events, also I have a management experience and some free time, so it would be great to join you\"\n", + " \"text\": \"management, international trade business related\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -18361,7 +18361,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-01-30\"\n", + " \"text\": \"2024-02-29\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -18585,7 +18585,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -18593,13 +18593,13 @@ " \"id\": \"true___false3\",\n", " \"title\": \"Do you live in Tampere area?\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " }\n", " ]\n", " },\n", " {\n", - " \"id\": \"6164275768\",\n", - " \"name\": \"Fellow\",\n", + " \"id\": \"6294543168\",\n", + " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -18607,7 +18607,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Jyri Filippov\"\n", + " \"text\": \"Aleksandra\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -18623,7 +18623,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-02-07\"\n", + " \"text\": \"2024-03-20\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -18647,7 +18647,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"filippov@lawyer.com\"\n", + " \"text\": \"ezenkaa@yandex.ru\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -18743,7 +18743,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Events\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -18751,7 +18751,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Teamwork in Startup Culture, Communication, Event management\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -18759,7 +18759,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Internship position, Employment in the startup ecosystem\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -18767,7 +18767,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Linkedin\"\n", + " \"text\": \"My friend\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -18775,7 +18775,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"Metals and Materials Technology Sales\"\n", + " \"text\": \"I am a very active person and like to participate in different events, also I have a management experience and some free time, so it would be great to join you\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -18783,7 +18783,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-02-22\"\n", + " \"text\": \"2025-01-30\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -19007,7 +19007,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -19015,12 +19015,12 @@ " \"id\": \"true___false3\",\n", " \"title\": \"Do you live in Tampere area?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " }\n", " ]\n", " },\n", " {\n", - " \"id\": \"6164299579\",\n", + " \"id\": \"6164275768\",\n", " \"name\": \"Fellow\",\n", " \"column_values\": [\n", " {\n", @@ -19029,7 +19029,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Eric Braa\"\n", + " \"text\": \"Jyri Filippov\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -19045,7 +19045,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-01-26\"\n", + " \"text\": \"2024-02-07\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -19069,7 +19069,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"eric@levetid.io\"\n", + " \"text\": \"filippov@lawyer.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -19189,7 +19189,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Tribe events, also from former intern Analyn\"\n", + " \"text\": \"Linkedin\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -19197,7 +19197,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I am a global businessman and CEO of a consulting firm which specializes in China Factory-Direct sourcing solutions. I was a founding partner of a YC Silicon Valley startup from 2015-2017 and have also worked with large corporate customers such as Marriott Hotels and the American Heart Association in the role of global sales and operations. My most memorable experience to date was working for China Mobile Group during the 2008 Beijing Summer Olympic Games. I moved to Tampere, Finland August of 2022 with my wife and son, and have just recently completed the TUVA (vocational upper secondary qualification) program offered by TAKK, which gave me invaluable training and practice in the Finnish language. I have just recently been accepted to Hive Helsinki, a new kind of coding school, and begin their boot camp in late July \\u2013 to begin my \\u201cfuture-proofing\\u201d self-journey! Which brings me to Tribe. I would like to join your community from February to June as a full-time volunteer/intern. I met with India yesterday, as well as members of the operations team, and I feel that I could bring great value and get great value from the experience and work!\"\n", + " \"text\": \"Metals and Materials Technology Sales\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -19205,7 +19205,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-02-02\"\n", + " \"text\": \"2024-02-22\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -19442,7 +19442,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6164319903\",\n", + " \"id\": \"6164299579\",\n", " \"name\": \"Fellow\",\n", " \"column_values\": [\n", " {\n", @@ -19451,7 +19451,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Mikko Malmivaara\"\n", + " \"text\": \"Eric Braa\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -19467,7 +19467,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-01-22\"\n", + " \"text\": \"2024-01-26\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -19491,7 +19491,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"mikko@electrodynamics.fi\"\n", + " \"text\": \"eric@levetid.io\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -19611,7 +19611,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Tribe event\"\n", + " \"text\": \"Tribe events, also from former intern Analyn\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -19619,7 +19619,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I've bagged some 25 years of experience in international marketing and sales. I've lived in different countries and speak multiple languages. I just started my own business to give back from my experience and expertise - I connect Finnish tech products and services with an international B2B market. When I'm not working I goo on long gravel bike rides, and after 35 years I still ride my skateboard a couple times a week.\"\n", + " \"text\": \"I am a global businessman and CEO of a consulting firm which specializes in China Factory-Direct sourcing solutions. I was a founding partner of a YC Silicon Valley startup from 2015-2017 and have also worked with large corporate customers such as Marriott Hotels and the American Heart Association in the role of global sales and operations. My most memorable experience to date was working for China Mobile Group during the 2008 Beijing Summer Olympic Games. I moved to Tampere, Finland August of 2022 with my wife and son, and have just recently completed the TUVA (vocational upper secondary qualification) program offered by TAKK, which gave me invaluable training and practice in the Finnish language. I have just recently been accepted to Hive Helsinki, a new kind of coding school, and begin their boot camp in late July \\u2013 to begin my \\u201cfuture-proofing\\u201d self-journey! Which brings me to Tribe. I would like to join your community from February to June as a full-time volunteer/intern. I met with India yesterday, as well as members of the operations team, and I feel that I could bring great value and get great value from the experience and work!\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -19627,7 +19627,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-01-25\"\n", + " \"text\": \"2024-02-02\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -19864,7 +19864,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6164357439\",\n", + " \"id\": \"6164319903\",\n", " \"name\": \"Fellow\",\n", " \"column_values\": [\n", " {\n", @@ -19873,7 +19873,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Brylie Christopher Oxley\"\n", + " \"text\": \"Mikko Malmivaara\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -19889,7 +19889,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-02-12\"\n", + " \"text\": \"2024-01-22\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -19913,7 +19913,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"brylie@protonmail.com\"\n", + " \"text\": \"mikko@electrodynamics.fi\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -20033,7 +20033,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Tribe event\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -20041,7 +20041,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I am an open-source developer and entrepreneuer. I also produce music in my spare time. I have professional experience as a software engineer and have familiarity with start ups. My primary project is GeriLife while I am also starting a professional development group for migrants called TechVentures.\"\n", + " \"text\": \"I've bagged some 25 years of experience in international marketing and sales. I've lived in different countries and speak multiple languages. I just started my own business to give back from my experience and expertise - I connect Finnish tech products and services with an international B2B market. When I'm not working I goo on long gravel bike rides, and after 35 years I still ride my skateboard a couple times a week.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -20049,7 +20049,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-01-19\"\n", + " \"text\": \"2024-01-25\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -20286,7 +20286,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6164381250\",\n", + " \"id\": \"6164357439\",\n", " \"name\": \"Fellow\",\n", " \"column_values\": [\n", " {\n", @@ -20295,7 +20295,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Randilu Soysa\"\n", + " \"text\": \"Brylie Christopher Oxley\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -20311,7 +20311,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-01-12\"\n", + " \"text\": \"2024-02-12\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -20335,7 +20335,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"randilu.soysa@gmail.com\"\n", + " \"text\": \"brylie@protonmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -20455,7 +20455,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"From a friend\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -20463,7 +20463,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I'm a passionate tech enthusiast with 5 years of experience in software engineering. I've worked for a Fortune 500 company and later at a startup, where I've been in the trenches, building products from scratch to launch. I have experience working in both on-site and remote setups, and in multicultural teams. I am open-minded person and eager to give back to the community! My dream is to build my own startup, and I would love to learn from the experienced community of Tribe.\"\n", + " \"text\": \"I am an open-source developer and entrepreneuer. I also produce music in my spare time. I have professional experience as a software engineer and have familiarity with start ups. My primary project is GeriLife while I am also starting a professional development group for migrants called TechVentures.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -20471,7 +20471,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-01-18\"\n", + " \"text\": \"2024-01-19\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -20708,7 +20708,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6164398296\",\n", + " \"id\": \"6164381250\",\n", " \"name\": \"Fellow\",\n", " \"column_values\": [\n", " {\n", @@ -20717,7 +20717,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Kostis Dimos\"\n", + " \"text\": \"Randilu Soysa\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -20757,7 +20757,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"kostis.a.dimos@gmail.com\"\n", + " \"text\": \"randilu.soysa@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -20877,7 +20877,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Tampere municipality website (Tampere.fi)\"\n", + " \"text\": \"From a friend\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -20885,7 +20885,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I am an ML / AI Engineer with interested in speech and audio applications, language and technology and data processing and analytics. I moved to Finland 3 years ago and to Tampere about a year ago. I'm interested in research and technology during the day, cooking or playing football in the evening.\"\n", + " \"text\": \"I'm a passionate tech enthusiast with 5 years of experience in software engineering. I've worked for a Fortune 500 company and later at a startup, where I've been in the trenches, building products from scratch to launch. I have experience working in both on-site and remote setups, and in multicultural teams. I am open-minded person and eager to give back to the community! My dream is to build my own startup, and I would love to learn from the experienced community of Tribe.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -20893,7 +20893,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-01-12\"\n", + " \"text\": \"2024-01-18\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -21130,7 +21130,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6164418510\",\n", + " \"id\": \"6164398296\",\n", " \"name\": \"Fellow\",\n", " \"column_values\": [\n", " {\n", @@ -21139,7 +21139,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Goodluck Adimuko\"\n", + " \"text\": \"Kostis Dimos\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -21155,7 +21155,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-02-29\"\n", + " \"text\": \"2024-01-12\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -21179,7 +21179,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"adimukogoodluck@gmail.com\"\n", + " \"text\": \"kostis.a.dimos@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -21299,7 +21299,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"From an open networking event at Platform 6\"\n", + " \"text\": \"Tampere municipality website (Tampere.fi)\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -21307,7 +21307,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I am passionate about research and innovation and just about the last semester of my studies (as a student of the Tampere university). I would like to learn from the community and see ways of contributing and building my future development\"\n", + " \"text\": \"I am an ML / AI Engineer with interested in speech and audio applications, language and technology and data processing and analytics. I moved to Finland 3 years ago and to Tampere about a year ago. I'm interested in research and technology during the day, cooking or playing football in the evening.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -21315,7 +21315,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2023-12-14\"\n", + " \"text\": \"2024-01-12\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -21552,8 +21552,8 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6132373555\",\n", - " \"name\": \"Incoming form answer\",\n", + " \"id\": \"6164418510\",\n", + " \"name\": \"Fellow\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -21561,7 +21561,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Sumeet Bhalla\"\n", + " \"text\": \"Goodluck Adimuko\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -21577,7 +21577,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-02-26\"\n", + " \"text\": \"2024-02-29\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -21601,7 +21601,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"b24sumeet@gmail.com\"\n", + " \"text\": \"adimukogoodluck@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -21697,7 +21697,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team, Events, I am not sure\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -21705,7 +21705,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Event management, Community engagement, Teamwork in Startup Culture\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -21713,7 +21713,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -21721,7 +21721,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Social Media\"\n", + " \"text\": \"From an open networking event at Platform 6\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -21729,7 +21729,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"Hi, I'm new to Tampere and want to grow professionally and personally through build networking. I've good entrepreneur skills as well as good in events and negations.\"\n", + " \"text\": \"I am passionate about research and innovation and just about the last semester of my studies (as a student of the Tampere university). I would like to learn from the community and see ways of contributing and building my future development\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -21737,7 +21737,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-03-01\"\n", + " \"text\": \"2023-12-14\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -21961,7 +21961,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -21969,12 +21969,12 @@ " \"id\": \"true___false3\",\n", " \"title\": \"Do you live in Tampere area?\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " }\n", " ]\n", " },\n", " {\n", - " \"id\": \"6129665586\",\n", + " \"id\": \"6132373555\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -21983,7 +21983,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"ADETOKUNBOH ADEMOLA GBEMIBADE\"\n", + " \"text\": \"Sumeet Bhalla\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -21999,7 +21999,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-02-24\"\n", + " \"text\": \"2024-02-26\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -22023,7 +22023,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"toksg2k@yahoo.com\"\n", + " \"text\": \"b24sumeet@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -22119,7 +22119,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team\"\n", + " \"text\": \"Operational Team, Events, I am not sure\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -22127,7 +22127,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Event management, Communication, IT skills, Community engagement\"\n", + " \"text\": \"Event management, Community engagement, Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -22135,7 +22135,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem\"\n", + " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -22143,7 +22143,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Google search\"\n", + " \"text\": \"Social Media\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -22151,7 +22151,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I come from a Holistic medicine & mental health background, work in diverse field i.e Herbalism, mental health support, elderly care in Nursing homes, cleaning, Volunteering etc... i am new in Finland and at the moment idle and i wouldn't mind giving out my spare time to learn and link up with my new community\"\n", + " \"text\": \"Hi, I'm new to Tampere and want to grow professionally and personally through build networking. I've good entrepreneur skills as well as good in events and negations.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -22396,7 +22396,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6310134670\",\n", + " \"id\": \"6129665586\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -22405,7 +22405,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Ra\\u00fal Berlanga\"\n", + " \"text\": \"ADETOKUNBOH ADEMOLA GBEMIBADE\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -22421,7 +22421,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-03-22\"\n", + " \"text\": \"2024-02-24\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -22445,7 +22445,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"jraul.berlanga@gmail.com\"\n", + " \"text\": \"toksg2k@yahoo.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -22541,7 +22541,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Challenges\"\n", + " \"text\": \"Operational Team\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -22549,7 +22549,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Problem-solving, Teamwork in Startup Culture, Personal expertise\"\n", + " \"text\": \"Event management, Communication, IT skills, Community engagement\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -22557,7 +22557,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations\"\n", + " \"text\": \"Employment in the startup ecosystem\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -22565,7 +22565,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"From the board onboarding.\"\n", + " \"text\": \"Google search\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -22573,7 +22573,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"One day at a time.\"\n", + " \"text\": \"I come from a Holistic medicine & mental health background, work in diverse field i.e Herbalism, mental health support, elderly care in Nursing homes, cleaning, Volunteering etc... i am new in Finland and at the moment idle and i wouldn't mind giving out my spare time to learn and link up with my new community\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -22581,7 +22581,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-03-22\"\n", + " \"text\": \"2024-03-01\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -22818,7 +22818,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6310117364\",\n", + " \"id\": \"6310134670\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -22827,7 +22827,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Nina Erkkil\\u00e4\"\n", + " \"text\": \"Ra\\u00fal Berlanga\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -22867,7 +22867,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"nina.erkkila@tribetampere.com\"\n", + " \"text\": \"jraul.berlanga@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -22963,7 +22963,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Networking\"\n", + " \"text\": \"Challenges\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -22971,7 +22971,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Community engagement\"\n", + " \"text\": \"Problem-solving, Teamwork in Startup Culture, Personal expertise\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -22987,7 +22987,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Operational team\"\n", + " \"text\": \"From the board onboarding.\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -22995,7 +22995,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"One day at a time.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -23240,7 +23240,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6214663549\",\n", + " \"id\": \"6310117364\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -23249,7 +23249,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Selma Eda\"\n", + " \"text\": \"Nina Erkkil\\u00e4\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -23265,7 +23265,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-03-07\"\n", + " \"text\": \"2024-03-22\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -23289,7 +23289,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"esecdas@protonmail.com\"\n", + " \"text\": \"nina.erkkila@tribetampere.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -23385,7 +23385,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team, Challenges, Events\"\n", + " \"text\": \"Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -23393,7 +23393,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Problem-solving, Communication, Personal expertise, Event management, Community engagement\"\n", + " \"text\": \"Community engagement\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -23401,7 +23401,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem, Internship position, Familiarize yourself with the regions startup support system, Build partnerships between organizations\"\n", + " \"text\": \"Build partnerships between organizations\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -23409,7 +23409,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Search Engine (Google)\"\n", + " \"text\": \"Operational team\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -23417,7 +23417,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I wish to be a part of a community where I can contribute with my skills and learn from projects/events. I am currently doing an online Master\\u2019s hence can put in longer hours due to the flexible nature of my programme. I believe I have a knack for thinking outside the box and working towards a long-term vision.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -23425,7 +23425,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-03-27\"\n", + " \"text\": \"2024-03-22\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -23662,7 +23662,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6310892172\",\n", + " \"id\": \"6214663549\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -23671,7 +23671,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Jubril Olalekan\"\n", + " \"text\": \"Selma Eda\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -23687,7 +23687,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-03-22\"\n", + " \"text\": \"2024-03-07\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -23711,7 +23711,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"djibril.lekan@gmail.com\"\n", + " \"text\": \"esecdas@protonmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -23807,7 +23807,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team, Challenges\"\n", + " \"text\": \"Operational Team, Challenges, Events\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -23815,7 +23815,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Problem-solving, Community engagement\"\n", + " \"text\": \"Problem-solving, Communication, Personal expertise, Event management, Community engagement\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -23823,7 +23823,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities\"\n", + " \"text\": \"Employment in the startup ecosystem, Internship position, Familiarize yourself with the regions startup support system, Build partnerships between organizations\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -23831,7 +23831,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"International House\"\n", + " \"text\": \"Search Engine (Google)\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -23839,7 +23839,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I wish to be a part of a community where I can contribute with my skills and learn from projects/events. I am currently doing an online Master\\u2019s hence can put in longer hours due to the flexible nature of my programme. I believe I have a knack for thinking outside the box and working towards a long-term vision.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -23847,7 +23847,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-04-05\"\n", + " \"text\": \"2024-03-27\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -24084,7 +24084,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6298117438\",\n", + " \"id\": \"6310892172\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -24093,7 +24093,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Sakhr Tamsna Sakke\"\n", + " \"text\": \"Jubril Olalekan\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -24109,7 +24109,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-03-20\"\n", + " \"text\": \"2024-03-22\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -24133,7 +24133,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"tamsna_sakhr@yahoo.fr\"\n", + " \"text\": \"djibril.lekan@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -24229,7 +24229,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Events, Networking\"\n", + " \"text\": \"Operational Team, Challenges\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -24237,7 +24237,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Teamwork in Startup Culture, IT skills, Community engagement, Communication, Problem-solving\"\n", + " \"text\": \"Problem-solving, Community engagement\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -24245,7 +24245,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Other\"\n", + " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -24253,7 +24253,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"a friend\"\n", + " \"text\": \"International House\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -24477,7 +24477,7 @@ " \"id\": \"short_text1\",\n", " \"title\": \"Write down what other attributes would you like to get through the community circle.\"\n", " },\n", - " \"text\": \"learning about the Start up\\u00b4s ecosystems, acquire and learn more soft skills\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text7\",\n", @@ -24506,7 +24506,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6397852693\",\n", + " \"id\": \"6298117438\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -24515,7 +24515,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Nivetha\"\n", + " \"text\": \"Sakhr Tamsna Sakke\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -24531,7 +24531,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-04-05\"\n", + " \"text\": \"2024-03-20\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -24555,7 +24555,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"Nivethanivetha18@gmail.com\"\n", + " \"text\": \"tamsna_sakhr@yahoo.fr\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -24651,7 +24651,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Networking\"\n", + " \"text\": \"Events, Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -24659,7 +24659,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"IT skills\"\n", + " \"text\": \"Teamwork in Startup Culture, IT skills, Community engagement, Communication, Problem-solving\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -24667,7 +24667,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem\"\n", + " \"text\": \"Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Other\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -24675,7 +24675,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"From platform 6\"\n", + " \"text\": \"a friend\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -24683,7 +24683,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"To join hands with start up company aswell as fit my self in new responsible position\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -24691,7 +24691,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-04-25\"\n", + " \"text\": \"2024-04-05\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -24899,7 +24899,7 @@ " \"id\": \"short_text1\",\n", " \"title\": \"Write down what other attributes would you like to get through the community circle.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"learning about the Start up\\u00b4s ecosystems, acquire and learn more soft skills\"\n", " },\n", " {\n", " \"id\": \"short_text7\",\n", @@ -24928,7 +24928,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6494870712\",\n", + " \"id\": \"6397852693\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -24937,7 +24937,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Veronika\"\n", + " \"text\": \"Nivetha\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -24953,7 +24953,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-04-21\"\n", + " \"text\": \"2024-04-05\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -24977,7 +24977,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"versoni.crow@gmail.com\"\n", + " \"text\": \"Nivethanivetha18@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -25073,7 +25073,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Events\"\n", + " \"text\": \"Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -25081,7 +25081,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Teamwork in Startup Culture\"\n", + " \"text\": \"IT skills\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -25089,7 +25089,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Familiarize yourself with the regions startup support system\"\n", + " \"text\": \"Employment in the startup ecosystem\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -25097,7 +25097,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Business ABC meeting\"\n", + " \"text\": \"From platform 6\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -25105,7 +25105,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"To join hands with start up company aswell as fit my self in new responsible position\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -25113,7 +25113,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-05-02\"\n", + " \"text\": \"2024-04-25\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -25350,7 +25350,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6591883725\",\n", + " \"id\": \"6494870712\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -25359,7 +25359,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Catherine Maloney\"\n", + " \"text\": \"Veronika\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -25375,7 +25375,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-05-07\"\n", + " \"text\": \"2024-04-21\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -25399,7 +25399,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"catmaloney@outlook.com\"\n", + " \"text\": \"versoni.crow@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -25495,7 +25495,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team, Networking\"\n", + " \"text\": \"Events\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -25503,7 +25503,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Problem-solving, Community engagement\"\n", + " \"text\": \"Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -25511,7 +25511,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem, Build partnerships between organizations, Familiarize yourself with the regions startup support system\"\n", + " \"text\": \"Familiarize yourself with the regions startup support system\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -25519,7 +25519,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"I was part of fellowship couple years ago\"\n", + " \"text\": \"Business ABC meeting\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -25535,7 +25535,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-05-08\"\n", + " \"text\": \"2024-05-02\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -25772,7 +25772,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6677265840\",\n", + " \"id\": \"6591883725\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -25781,7 +25781,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Seppo Tillanen\"\n", + " \"text\": \"Catherine Maloney\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -25797,7 +25797,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-05-21\"\n", + " \"text\": \"2024-05-07\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -25821,7 +25821,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"seppo.tillanen@nomga.fi\"\n", + " \"text\": \"catmaloney@outlook.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -25917,7 +25917,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Networking\"\n", + " \"text\": \"Operational Team, Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -25925,7 +25925,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication\"\n", + " \"text\": \"Problem-solving, Community engagement\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -25933,7 +25933,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Familiarize yourself with the regions startup support system\"\n", + " \"text\": \"Employment in the startup ecosystem, Build partnerships between organizations, Familiarize yourself with the regions startup support system\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -25941,7 +25941,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Business Tampere\"\n", + " \"text\": \"I was part of fellowship couple years ago\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -25957,7 +25957,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-05-31\"\n", + " \"text\": \"2024-05-08\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -26194,7 +26194,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6697223403\",\n", + " \"id\": \"6677265840\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -26203,7 +26203,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Vivian Lim\"\n", + " \"text\": \"Seppo Tillanen\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -26219,7 +26219,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-05-23\"\n", + " \"text\": \"2024-05-21\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -26243,7 +26243,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"vivian.limliling@gmail.com\"\n", + " \"text\": \"seppo.tillanen@nomga.fi\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -26339,7 +26339,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team, Events, Challenges, Networking\"\n", + " \"text\": \"Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -26347,7 +26347,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication, Community engagement, Event management, Problem-solving, Teamwork in Startup Culture\"\n", + " \"text\": \"Communication\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -26355,7 +26355,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Other, Internship position\"\n", + " \"text\": \"Build partnerships between organizations, Familiarize yourself with the regions startup support system\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -26363,7 +26363,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Katerina Crawford\"\n", + " \"text\": \"Business Tampere\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -26371,7 +26371,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I'm excited to join this community circle! My goals include learning from others, sharing of experiences, and contributing positively. I hope to build meaningful connections and collaborate on projects. I'm open to opportunities for growth and eager to support fellow members in achieving our collective goals.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -26587,7 +26587,7 @@ " \"id\": \"short_text1\",\n", " \"title\": \"Write down what other attributes would you like to get through the community circle.\"\n", " },\n", - " \"text\": \"Growth mindset, creativity, curiosity, problem-solving, teamwork\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text7\",\n", @@ -26616,7 +26616,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6826989243\",\n", + " \"id\": \"6697223403\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -26625,7 +26625,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Henrik Lahdenm\\u00e4ki\"\n", + " \"text\": \"Vivian Lim\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -26641,7 +26641,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-06-13\"\n", + " \"text\": \"2024-05-23\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -26665,7 +26665,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"henriklahdenmaki1994@hotmail.com\"\n", + " \"text\": \"vivian.limliling@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -26761,7 +26761,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team\"\n", + " \"text\": \"Operational Team, Events, Challenges, Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -26769,7 +26769,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Personal expertise, Event management, Problem-solving, Teamwork in Startup Culture, Communication\"\n", + " \"text\": \"Communication, Community engagement, Event management, Problem-solving, Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -26777,7 +26777,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Building confidence in my entrepreneurial abilities, Familiarize yourself with the regions startup support system\"\n", + " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Other, Internship position\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -26785,7 +26785,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Through google\"\n", + " \"text\": \"Katerina Crawford\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -26793,7 +26793,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I really want to get involved in this ecosystem to see how it all works and to potentially build new connections. On top of that, I am hoping to gain new insights and expertise in how to develop my own little side hustle.\"\n", + " \"text\": \"I'm excited to join this community circle! My goals include learning from others, sharing of experiences, and contributing positively. I hope to build meaningful connections and collaborate on projects. I'm open to opportunities for growth and eager to support fellow members in achieving our collective goals.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -26801,7 +26801,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-06-26\"\n", + " \"text\": \"2024-05-31\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -27009,7 +27009,7 @@ " \"id\": \"short_text1\",\n", " \"title\": \"Write down what other attributes would you like to get through the community circle.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Growth mindset, creativity, curiosity, problem-solving, teamwork\"\n", " },\n", " {\n", " \"id\": \"short_text7\",\n", @@ -27038,7 +27038,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6910243322\",\n", + " \"id\": \"6826989243\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -27047,7 +27047,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Elena Benzoni\"\n", + " \"text\": \"Henrik Lahdenm\\u00e4ki\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -27063,7 +27063,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-06-26\"\n", + " \"text\": \"2024-06-13\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -27087,7 +27087,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"e.elena.benzoni@gmail.com\"\n", + " \"text\": \"henriklahdenmaki1994@hotmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -27183,7 +27183,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Events, I am not sure\"\n", + " \"text\": \"Operational Team\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -27191,7 +27191,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication, IT skills, Community engagement, Personal expertise\"\n", + " \"text\": \"Personal expertise, Event management, Problem-solving, Teamwork in Startup Culture, Communication\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -27199,7 +27199,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Internship position, Employment in the startup ecosystem\"\n", + " \"text\": \"Building confidence in my entrepreneurial abilities, Familiarize yourself with the regions startup support system\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -27207,7 +27207,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"online, your website\"\n", + " \"text\": \"Through google\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -27215,7 +27215,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I am an artist and creative mind, I have moved to Tampere in march and I am looking to get an occupation and some experience before continuing my studies.\"\n", + " \"text\": \"I really want to get involved in this ecosystem to see how it all works and to potentially build new connections. On top of that, I am hoping to gain new insights and expertise in how to develop my own little side hustle.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -27223,7 +27223,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-08-01\"\n", + " \"text\": \"2024-06-26\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -27460,7 +27460,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6932781806\",\n", + " \"id\": \"6910243322\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -27469,7 +27469,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Ishantha Udaya Shalinga Manasinghe\"\n", + " \"text\": \"Elena Benzoni\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -27485,7 +27485,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-06-29\"\n", + " \"text\": \"2024-06-26\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -27509,7 +27509,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"shalingams@gmail.com\"\n", + " \"text\": \"e.elena.benzoni@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -27605,7 +27605,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Challenges, Networking, Operational Team\"\n", + " \"text\": \"Events, I am not sure\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -27613,7 +27613,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Community engagement, Problem-solving, Teamwork in Startup Culture, Communication\"\n", + " \"text\": \"Communication, IT skills, Community engagement, Personal expertise\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -27621,7 +27621,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem\"\n", + " \"text\": \"Internship position, Employment in the startup ecosystem\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -27629,7 +27629,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"International House Tampere\"\n", + " \"text\": \"online, your website\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -27637,7 +27637,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I would like to integrate into the Finnish working culture and society.\"\n", + " \"text\": \"I am an artist and creative mind, I have moved to Tampere in march and I am looking to get an occupation and some experience before continuing my studies.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -27645,7 +27645,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-08-08\"\n", + " \"text\": \"2024-08-01\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -27882,7 +27882,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6859204347\",\n", + " \"id\": \"6932781806\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -27891,7 +27891,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Leevi Matias Wentj\\u00e4rvi\"\n", + " \"text\": \"Ishantha Udaya Shalinga Manasinghe\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -27907,7 +27907,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-06-18\"\n", + " \"text\": \"2024-06-29\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -27931,7 +27931,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"Wentjarvileevi@gmail.com\"\n", + " \"text\": \"shalingams@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -28027,7 +28027,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Events, Networking\"\n", + " \"text\": \"Challenges, Networking, Operational Team\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -28035,7 +28035,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Teamwork in Startup Culture\"\n", + " \"text\": \"Community engagement, Problem-solving, Teamwork in Startup Culture, Communication\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -28043,7 +28043,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Building confidence in my entrepreneurial abilities\"\n", + " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -28051,7 +28051,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"My good friend who is entrepreneur told me that i gotta join startup community.\"\n", + " \"text\": \"International House Tampere\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -28059,7 +28059,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I expect to make lot of new friends and learn more about entrepreneurs.\"\n", + " \"text\": \"I would like to integrate into the Finnish working culture and society.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -28304,7 +28304,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7040839035\",\n", + " \"id\": \"6859204347\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -28313,7 +28313,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Bora Altun\"\n", + " \"text\": \"Leevi Matias Wentj\\u00e4rvi\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -28329,7 +28329,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-07-17\"\n", + " \"text\": \"2024-06-18\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -28353,7 +28353,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"bora@texus.fi\"\n", + " \"text\": \"Wentjarvileevi@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -28457,7 +28457,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication, Teamwork in Startup Culture, Event management, Problem-solving, Community engagement\"\n", + " \"text\": \"Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -28465,7 +28465,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Developing my business idea, Familiarize yourself with the regions startup support system, Build partnerships between organizations, Building confidence in my entrepreneurial abilities\"\n", + " \"text\": \"Building confidence in my entrepreneurial abilities\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -28473,7 +28473,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"I have been in too many events last year. I want to be part of your organization.\"\n", + " \"text\": \"My good friend who is entrepreneur told me that i gotta join startup community.\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -28481,7 +28481,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I expect to make lot of new friends and learn more about entrepreneurs.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -28489,7 +28489,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-08-09\"\n", + " \"text\": \"2024-08-08\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -28726,7 +28726,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7327989261\",\n", + " \"id\": \"7040839035\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -28735,7 +28735,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Alicja Kosak\"\n", + " \"text\": \"Bora Altun\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -28751,7 +28751,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-08-30\"\n", + " \"text\": \"2024-07-17\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -28775,7 +28775,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"alicja@kosak.tech\"\n", + " \"text\": \"bora@texus.fi\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -28871,7 +28871,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Challenges, Networking\"\n", + " \"text\": \"Events, Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -28879,7 +28879,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"IT skills, Communication, Community engagement, Event management, Personal expertise, Problem-solving, Teamwork in Startup Culture\"\n", + " \"text\": \"Communication, Teamwork in Startup Culture, Event management, Problem-solving, Community engagement\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -28887,7 +28887,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Building confidence in my entrepreneurial abilities, Employment in the startup ecosystem, Internship position, Familiarize yourself with the regions startup support system, Developing my business idea\"\n", + " \"text\": \"Developing my business idea, Familiarize yourself with the regions startup support system, Build partnerships between organizations, Building confidence in my entrepreneurial abilities\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -28895,7 +28895,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"I was looking for companies in Tampere, and opportunities for startups, and I took part in last event\"\n", + " \"text\": \"I have been in too many events last year. I want to be part of your organization.\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -28903,7 +28903,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I am excited for this opportunity to network, and gain more experience :)\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -28911,7 +28911,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-09-04\"\n", + " \"text\": \"2024-08-09\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -29148,7 +29148,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7647024669\",\n", + " \"id\": \"7327989261\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -29157,7 +29157,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Ravindu Silva\"\n", + " \"text\": \"Alicja Kosak\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -29173,7 +29173,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-10-16\"\n", + " \"text\": \"2024-08-30\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -29197,7 +29197,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"Drtharaka93@gmail.com\"\n", + " \"text\": \"alicja@kosak.tech\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -29293,7 +29293,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team\"\n", + " \"text\": \"Challenges, Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -29301,7 +29301,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Community engagement, Event management, Problem-solving\"\n", + " \"text\": \"IT skills, Communication, Community engagement, Event management, Personal expertise, Problem-solving, Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -29309,7 +29309,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position\"\n", + " \"text\": \"Building confidence in my entrepreneurial abilities, Employment in the startup ecosystem, Internship position, Familiarize yourself with the regions startup support system, Developing my business idea\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -29317,7 +29317,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Instagram\"\n", + " \"text\": \"I was looking for companies in Tampere, and opportunities for startups, and I took part in last event\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -29325,7 +29325,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"At a breakfast event I met someone from the committee and I wanted to join the club.\"\n", + " \"text\": \"I am excited for this opportunity to network, and gain more experience :)\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -29333,7 +29333,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-10-23\"\n", + " \"text\": \"2024-09-04\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -29570,7 +29570,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7580886145\",\n", + " \"id\": \"7647024669\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -29579,7 +29579,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Polina Polusk\"\n", + " \"text\": \"Ravindu Silva\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -29595,7 +29595,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-10-07\"\n", + " \"text\": \"2024-10-16\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -29619,7 +29619,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"polinapolusk@gmail.com\"\n", + " \"text\": \"Drtharaka93@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -29715,7 +29715,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team, Events, Challenges\"\n", + " \"text\": \"Operational Team\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -29723,7 +29723,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Problem-solving, Teamwork in Startup Culture, Event management, Personal expertise, IT skills\"\n", + " \"text\": \"Community engagement, Event management, Problem-solving\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -29731,7 +29731,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Building confidence in my entrepreneurial abilities, Co-Founders, Employment in the startup ecosystem, Developing my business idea, Familiarize yourself with the regions startup support system\"\n", + " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -29739,7 +29739,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"From someone I follow on instagram\"\n", + " \"text\": \"Instagram\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -29747,7 +29747,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I want to join Tribe with an open mind. My goals include developing new skills, networking with like-minded individuals, personal growth, new business ideas and maybe even joining a project as a co-founder. I've had interests like these for a long time, but now I want to start building a community around me for inspiration and motivation. Excited to find my Tribe!\"\n", + " \"text\": \"At a breakfast event I met someone from the committee and I wanted to join the club.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -29755,7 +29755,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-11-05\"\n", + " \"text\": \"2024-10-23\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -29992,7 +29992,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7850052598\",\n", + " \"id\": \"7580886145\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -30001,7 +30001,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Ky Anh Nguyen\"\n", + " \"text\": \"Polina Polusk\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -30017,7 +30017,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-11-14\"\n", + " \"text\": \"2024-10-07\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -30041,7 +30041,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"kyanh2611@gmail.com\"\n", + " \"text\": \"polinapolusk@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -30137,7 +30137,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team, Challenges, Events\"\n", + " \"text\": \"Operational Team, Events, Challenges\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -30145,7 +30145,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Personal expertise, Teamwork in Startup Culture, Community engagement, Event management, Other\"\n", + " \"text\": \"Problem-solving, Teamwork in Startup Culture, Event management, Personal expertise, IT skills\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -30153,7 +30153,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities, Developing my business idea, Employment in the startup ecosystem\"\n", + " \"text\": \"Building confidence in my entrepreneurial abilities, Co-Founders, Employment in the startup ecosystem, Developing my business idea, Familiarize yourself with the regions startup support system\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -30161,7 +30161,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"I've been doing my Demola project in P6, so sooner or later, I'd be informed of the community circle within TRIBE.\"\n", + " \"text\": \"From someone I follow on instagram\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -30169,7 +30169,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I come from an engineering educational background, with experience in data analysis and market research from BI internship. There're also small projects (& the current Demola one in sustainability) I've done throughout my path, and coordinating and managing are the things I do most well and mainly. Other than that, I want to spice up my extra-curricular background with TRIBE. Here, I seek having fun and growth - to equip myself with a better mindset and knowledge within the entrepreneurship environment.\"\n", + " \"text\": \"I want to join Tribe with an open mind. My goals include developing new skills, networking with like-minded individuals, personal growth, new business ideas and maybe even joining a project as a co-founder. I've had interests like these for a long time, but now I want to start building a community around me for inspiration and motivation. Excited to find my Tribe!\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -30177,7 +30177,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-11-21\"\n", + " \"text\": \"2024-11-05\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -30393,7 +30393,7 @@ " \"id\": \"short_text7\",\n", " \"title\": \"Write here other skills you would like to develop.\"\n", " },\n", - " \"text\": \"Innovative and creative thinking, connecting people\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false\",\n", @@ -30414,7 +30414,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7888649390\",\n", + " \"id\": \"7850052598\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -30423,7 +30423,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Joyce Ejezie\"\n", + " \"text\": \"Ky Anh Nguyen\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -30439,7 +30439,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-11-20\"\n", + " \"text\": \"2024-11-14\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -30463,7 +30463,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"joyceejezie@gmail.com\"\n", + " \"text\": \"kyanh2611@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -30559,7 +30559,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team\"\n", + " \"text\": \"Operational Team, Challenges, Events\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -30567,7 +30567,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Problem-solving\"\n", + " \"text\": \"Personal expertise, Teamwork in Startup Culture, Community engagement, Event management, Other\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -30575,7 +30575,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Internship position\"\n", + " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities, Developing my business idea, Employment in the startup ecosystem\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -30583,7 +30583,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"From TAMK\"\n", + " \"text\": \"I've been doing my Demola project in P6, so sooner or later, I'd be informed of the community circle within TRIBE.\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -30591,7 +30591,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I come from an engineering educational background, with experience in data analysis and market research from BI internship. There're also small projects (& the current Demola one in sustainability) I've done throughout my path, and coordinating and managing are the things I do most well and mainly. Other than that, I want to spice up my extra-curricular background with TRIBE. Here, I seek having fun and growth - to equip myself with a better mindset and knowledge within the entrepreneurship environment.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -30599,7 +30599,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-11-27\"\n", + " \"text\": \"2024-11-21\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -30815,7 +30815,7 @@ " \"id\": \"short_text7\",\n", " \"title\": \"Write here other skills you would like to develop.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Innovative and creative thinking, connecting people\"\n", " },\n", " {\n", " \"id\": \"true___false\",\n", @@ -30836,7 +30836,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7898116066\",\n", + " \"id\": \"7888649390\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -30845,7 +30845,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Olufunke Onashile\"\n", + " \"text\": \"Joyce Ejezie\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -30861,7 +30861,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-11-21\"\n", + " \"text\": \"2024-11-20\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -30885,7 +30885,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"Mzatoks1225@gmail.com\"\n", + " \"text\": \"joyceejezie@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -30981,7 +30981,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Networking\"\n", + " \"text\": \"Operational Team\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -30989,7 +30989,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"IT skills\"\n", + " \"text\": \"Problem-solving\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -30997,7 +30997,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations\"\n", + " \"text\": \"Internship position\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -31005,7 +31005,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Jubril\"\n", + " \"text\": \"From TAMK\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -31021,7 +31021,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2024-12-05\"\n", + " \"text\": \"2024-11-27\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -31258,7 +31258,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7921298906\",\n", + " \"id\": \"7898116066\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -31267,7 +31267,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Natalie\"\n", + " \"text\": \"Olufunke Onashile\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -31283,7 +31283,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-11-25\"\n", + " \"text\": \"2024-11-21\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -31307,7 +31307,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"natlammarketing@gmail.com\"\n", + " \"text\": \"Mzatoks1225@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -31403,7 +31403,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"I am not sure, Networking, Challenges, Events\"\n", + " \"text\": \"Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -31411,7 +31411,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Other\"\n", + " \"text\": \"IT skills\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -31427,7 +31427,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Tribe Venue\"\n", + " \"text\": \"Jubril\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -31659,7 +31659,7 @@ " \"id\": \"short_text7\",\n", " \"title\": \"Write here other skills you would like to develop.\"\n", " },\n", - " \"text\": \"Still considering, maybe community building.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false\",\n", @@ -31680,7 +31680,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8300451437\",\n", + " \"id\": \"7921298906\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -31689,7 +31689,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Panu\"\n", + " \"text\": \"Natalie\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -31705,7 +31705,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-01-22\"\n", + " \"text\": \"2024-11-25\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -31729,7 +31729,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"panu@ideoi.com\"\n", + " \"text\": \"natlammarketing@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -31825,7 +31825,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Networking, Challenges\"\n", + " \"text\": \"I am not sure, Networking, Challenges, Events\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -31833,7 +31833,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Teamwork in Startup Culture, Personal expertise\"\n", + " \"text\": \"Other\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -31841,7 +31841,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Co-Founders, Developing my business idea, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Other\"\n", + " \"text\": \"Build partnerships between organizations\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -31849,7 +31849,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Friend\"\n", + " \"text\": \"Tribe Venue\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -31857,7 +31857,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"Here's what I do: https://ideoi.com\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -31865,7 +31865,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-01-23\"\n", + " \"text\": \"2024-12-05\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -32073,7 +32073,7 @@ " \"id\": \"short_text1\",\n", " \"title\": \"Write down what other attributes would you like to get through the community circle.\"\n", " },\n", - " \"text\": \"I hope to find startups that I can help with my skills!\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text7\",\n", @@ -32081,7 +32081,7 @@ " \"id\": \"short_text7\",\n", " \"title\": \"Write here other skills you would like to develop.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Still considering, maybe community building.\"\n", " },\n", " {\n", " \"id\": \"true___false\",\n", @@ -32102,7 +32102,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8243996570\",\n", + " \"id\": \"8300451437\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -32111,7 +32111,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Antti Liski\"\n", + " \"text\": \"Panu\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -32127,7 +32127,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-01-15\"\n", + " \"text\": \"2025-01-22\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -32151,7 +32151,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"antti.m.liski@gmail.com\"\n", + " \"text\": \"panu@ideoi.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -32247,7 +32247,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Networking\"\n", + " \"text\": \"Networking, Challenges\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -32255,7 +32255,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Teamwork in Startup Culture\"\n", + " \"text\": \"Teamwork in Startup Culture, Personal expertise\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -32263,7 +32263,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Co-Founders\"\n", + " \"text\": \"Co-Founders, Developing my business idea, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Other\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -32271,7 +32271,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Google\"\n", + " \"text\": \"Friend\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -32279,7 +32279,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I would like to find people to spar with about ideas and people who are looking for sparring partners. Through that would be interesting to find potential co-founders for the ideas.\"\n", + " \"text\": \"Here's what I do: https://ideoi.com\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -32495,7 +32495,7 @@ " \"id\": \"short_text1\",\n", " \"title\": \"Write down what other attributes would you like to get through the community circle.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I hope to find startups that I can help with my skills!\"\n", " },\n", " {\n", " \"id\": \"short_text7\",\n", @@ -32524,7 +32524,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8309685602\",\n", + " \"id\": \"8243996570\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -32533,7 +32533,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Abeysooriya Patabendige Lahiru Madhushanka\"\n", + " \"text\": \"Antti Liski\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -32549,7 +32549,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-01-23\"\n", + " \"text\": \"2025-01-15\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -32573,7 +32573,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"lahirumadushanka2100@gmail.com\"\n", + " \"text\": \"antti.m.liski@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -32669,7 +32669,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team, Events, Networking, Challenges\"\n", + " \"text\": \"Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -32677,7 +32677,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication, Community engagement, IT skills, Personal expertise, Problem-solving, Teamwork in Startup Culture, Event management\"\n", + " \"text\": \"Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -32685,7 +32685,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position\"\n", + " \"text\": \"Co-Founders\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -32693,7 +32693,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Job fair at Tampere\"\n", + " \"text\": \"Google\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -32701,7 +32701,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I am a Software Engineer with over 7 years of experience with various technical skills. i like to reboot my skills and get hired for higher position one day.\"\n", + " \"text\": \"I would like to find people to spar with about ideas and people who are looking for sparring partners. Through that would be interesting to find potential co-founders for the ideas.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -32709,7 +32709,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-01-31\"\n", + " \"text\": \"2025-01-23\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -32946,7 +32946,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8238847536\",\n", + " \"id\": \"8309685602\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -32955,7 +32955,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Erfan Elahi Sharif\"\n", + " \"text\": \"Abeysooriya Patabendige Lahiru Madhushanka\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -32971,7 +32971,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-01-14\"\n", + " \"text\": \"2025-01-23\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -32995,7 +32995,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"erfanelahisharif@gmail.com\"\n", + " \"text\": \"lahirumadushanka2100@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -33091,7 +33091,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team, Events\"\n", + " \"text\": \"Operational Team, Events, Networking, Challenges\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -33099,7 +33099,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Event management, Community engagement, Teamwork in Startup Culture, Communication, IT skills\"\n", + " \"text\": \"Communication, Community engagement, IT skills, Personal expertise, Problem-solving, Teamwork in Startup Culture, Event management\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -33107,7 +33107,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Developing my business idea, Building confidence in my entrepreneurial abilities, Internship position, Familiarize yourself with the regions startup support system\"\n", + " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -33115,7 +33115,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"International House Tampere\"\n", + " \"text\": \"Job fair at Tampere\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -33123,7 +33123,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I am an experienced professional in supply chain and sustainability. I have several ideas related to the circular economy and sustainability. I want to shape my ideas into a business model and become an entrepreneur.\"\n", + " \"text\": \"I am a Software Engineer with over 7 years of experience with various technical skills. i like to reboot my skills and get hired for higher position one day.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -33131,7 +33131,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-02-06\"\n", + " \"text\": \"2025-01-31\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -33368,7 +33368,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7727072891\",\n", + " \"id\": \"8238847536\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -33377,7 +33377,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Nataliia Bazarna\"\n", + " \"text\": \"Erfan Elahi Sharif\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -33393,7 +33393,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-10-28\"\n", + " \"text\": \"2025-01-14\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -33417,7 +33417,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"Tasha5300@gmail.com\"\n", + " \"text\": \"erfanelahisharif@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -33513,7 +33513,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team\"\n", + " \"text\": \"Operational Team, Events\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -33521,7 +33521,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Teamwork in Startup Culture\"\n", + " \"text\": \"Event management, Community engagement, Teamwork in Startup Culture, Communication, IT skills\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -33529,7 +33529,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem\"\n", + " \"text\": \"Build partnerships between organizations, Developing my business idea, Building confidence in my entrepreneurial abilities, Internship position, Familiarize yourself with the regions startup support system\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -33537,7 +33537,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Instagram\"\n", + " \"text\": \"International House Tampere\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -33545,7 +33545,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I really like new technologies, I like to create something new and useful, I have a lot of experience in finance. Here is my profile https://www.linkedin.com/in/nataliia-bazarna-60668458?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app\"\n", + " \"text\": \"I am an experienced professional in supply chain and sustainability. I have several ideas related to the circular economy and sustainability. I want to shape my ideas into a business model and become an entrepreneur.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -33553,7 +33553,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-02-21\"\n", + " \"text\": \"2025-02-06\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -33790,7 +33790,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8550798776\",\n", + " \"id\": \"7727072891\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -33799,7 +33799,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Farnoush Saamani\"\n", + " \"text\": \"Nataliia Bazarna\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -33815,7 +33815,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-02-24\"\n", + " \"text\": \"2024-10-28\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -33839,7 +33839,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"Farnoush.saamani@gmail.com\"\n", + " \"text\": \"Tasha5300@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -33935,7 +33935,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Events, Operational Team\"\n", + " \"text\": \"Operational Team\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -33943,7 +33943,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Other\"\n", + " \"text\": \"Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -33951,7 +33951,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Familiarize yourself with the regions startup support system\"\n", + " \"text\": \"Employment in the startup ecosystem\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -33959,7 +33959,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Julia\"\n", + " \"text\": \"Instagram\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -33967,7 +33967,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I really like new technologies, I like to create something new and useful, I have a lot of experience in finance. Here is my profile https://www.linkedin.com/in/nataliia-bazarna-60668458?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -33975,7 +33975,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-02-24\"\n", + " \"text\": \"2025-02-21\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -34191,7 +34191,7 @@ " \"id\": \"short_text7\",\n", " \"title\": \"Write here other skills you would like to develop.\"\n", " },\n", - " \"text\": \"Projects\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false\",\n", @@ -34212,7 +34212,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8324901729\",\n", + " \"id\": \"8550798776\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -34221,7 +34221,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"CiCi Liu\"\n", + " \"text\": \"Farnoush Saamani\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -34237,7 +34237,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-01-25\"\n", + " \"text\": \"2025-02-24\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -34261,7 +34261,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"cici.liu.x@gmail.com\"\n", + " \"text\": \"Farnoush.saamani@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -34357,7 +34357,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team, Events, Challenges, Networking\"\n", + " \"text\": \"Events, Operational Team\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -34365,7 +34365,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication, Community engagement, Teamwork in Startup Culture, Other\"\n", + " \"text\": \"Other\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -34373,7 +34373,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Co-Founders, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position\"\n", + " \"text\": \"Familiarize yourself with the regions startup support system\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -34381,7 +34381,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"On your website.\"\n", + " \"text\": \"Julia\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -34389,7 +34389,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I worked at Proakatemia last year, but due to the funding issue, the contract ended. However, I realized my true passion about helping in the start-up and entrepreneurial society in the future. I hope I can contribute my expertise in this community more!\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -34397,7 +34397,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-03-05\"\n", + " \"text\": \"2025-02-24\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -34613,7 +34613,7 @@ " \"id\": \"short_text7\",\n", " \"title\": \"Write here other skills you would like to develop.\"\n", " },\n", - " \"text\": \"I'd like to develop my coaching skills.\"\n", + " \"text\": \"Projects\"\n", " },\n", " {\n", " \"id\": \"true___false\",\n", @@ -34634,7 +34634,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8553699937\",\n", + " \"id\": \"8324901729\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -34643,7 +34643,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Linet Jelimo\"\n", + " \"text\": \"CiCi Liu\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -34659,7 +34659,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-02-24\"\n", + " \"text\": \"2025-01-25\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -34683,7 +34683,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"jelimolynne@gmail.com\"\n", + " \"text\": \"cici.liu.x@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -34779,7 +34779,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"I am not sure\"\n", + " \"text\": \"Operational Team, Events, Challenges, Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -34787,7 +34787,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication, Community engagement, Personal expertise, IT skills\"\n", + " \"text\": \"Communication, Community engagement, Teamwork in Startup Culture, Other\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -34795,7 +34795,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Building confidence in my entrepreneurial abilities, Familiarize yourself with the regions startup support system, Developing my business idea\"\n", + " \"text\": \"Build partnerships between organizations, Co-Founders, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -34803,7 +34803,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Linked In\"\n", + " \"text\": \"On your website.\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -34811,7 +34811,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I worked at Proakatemia last year, but due to the funding issue, the contract ended. However, I realized my true passion about helping in the start-up and entrepreneurial society in the future. I hope I can contribute my expertise in this community more!\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -34819,7 +34819,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-03-07\"\n", + " \"text\": \"2025-03-05\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -35035,7 +35035,7 @@ " \"id\": \"short_text7\",\n", " \"title\": \"Write here other skills you would like to develop.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I'd like to develop my coaching skills.\"\n", " },\n", " {\n", " \"id\": \"true___false\",\n", @@ -35056,7 +35056,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8585870581\",\n", + " \"id\": \"8553699937\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -35065,7 +35065,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Chris Maloney\"\n", + " \"text\": \"Linet Jelimo\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -35081,7 +35081,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-02-27\"\n", + " \"text\": \"2025-02-24\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -35105,7 +35105,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"Maloney.Chris@outlook.com\"\n", + " \"text\": \"jelimolynne@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -35201,7 +35201,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team, Events, Networking, Challenges\"\n", + " \"text\": \"I am not sure\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -35209,7 +35209,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Community engagement, Event management, Personal expertise, Problem-solving, Teamwork in Startup Culture\"\n", + " \"text\": \"Communication, Community engagement, Personal expertise, IT skills\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -35217,7 +35217,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities, Co-Founders, Developing my business idea, Employment in the startup ecosystem, Internship position, Familiarize yourself with the regions startup support system\"\n", + " \"text\": \"Building confidence in my entrepreneurial abilities, Familiarize yourself with the regions startup support system, Developing my business idea\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -35225,7 +35225,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"I heard about it from my sister Kat!\"\n", + " \"text\": \"Linked In\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -35233,7 +35233,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I would like to develop, practice grow my skills in operational and marketing management. In the long run, I see myself kickstarting my own startup and/or working in one.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -35241,7 +35241,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-03-13\"\n", + " \"text\": \"2025-03-07\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -35478,7 +35478,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8604751989\",\n", + " \"id\": \"8585870581\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -35487,7 +35487,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Nils Thomsen\"\n", + " \"text\": \"Chris Maloney\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -35503,7 +35503,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-03-03\"\n", + " \"text\": \"2025-02-27\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -35527,7 +35527,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"nthomsen@gmx.net\"\n", + " \"text\": \"Maloney.Chris@outlook.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -35623,7 +35623,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Networking\"\n", + " \"text\": \"Operational Team, Events, Networking, Challenges\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -35631,7 +35631,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Other, Personal expertise\"\n", + " \"text\": \"Community engagement, Event management, Personal expertise, Problem-solving, Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -35639,7 +35639,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Familiarize yourself with the regions startup support system, Build partnerships between organizations\"\n", + " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities, Co-Founders, Developing my business idea, Employment in the startup ecosystem, Internship position, Familiarize yourself with the regions startup support system\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -35647,7 +35647,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"International House Tampere\"\n", + " \"text\": \"I heard about it from my sister Kat!\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -35655,7 +35655,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I would like to develop, practice grow my skills in operational and marketing management. In the long run, I see myself kickstarting my own startup and/or working in one.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -35663,7 +35663,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-03-14\"\n", + " \"text\": \"2025-03-13\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -35879,7 +35879,7 @@ " \"id\": \"short_text7\",\n", " \"title\": \"Write here other skills you would like to develop.\"\n", " },\n", - " \"text\": \"Would love to make connections within the start up scene, get better at networking and learn from different People starting their own business.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false\",\n", @@ -35900,7 +35900,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8634782826\",\n", + " \"id\": \"8604751989\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -35909,7 +35909,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Schaontel Tapani Jones\"\n", + " \"text\": \"Nils Thomsen\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -35925,7 +35925,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-03-06\"\n", + " \"text\": \"2025-03-03\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -35949,7 +35949,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"schaontel.jones@gmail.com\"\n", + " \"text\": \"nthomsen@gmx.net\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -36045,7 +36045,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Events, Challenges, Networking, Operational Team\"\n", + " \"text\": \"Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -36053,7 +36053,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication, IT skills, Personal expertise, Problem-solving, Teamwork in Startup Culture, Other\"\n", + " \"text\": \"Other, Personal expertise\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -36061,7 +36061,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Building confidence in my entrepreneurial abilities, Employment in the startup ecosystem, Internship position, Other\"\n", + " \"text\": \"Familiarize yourself with the regions startup support system, Build partnerships between organizations\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -36069,7 +36069,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"LinkdeIn\"\n", + " \"text\": \"International House Tampere\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -36293,7 +36293,7 @@ " \"id\": \"short_text1\",\n", " \"title\": \"Write down what other attributes would you like to get through the community circle.\"\n", " },\n", - " \"text\": \"Job position, skill development\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text7\",\n", @@ -36301,7 +36301,7 @@ " \"id\": \"short_text7\",\n", " \"title\": \"Write here other skills you would like to develop.\"\n", " },\n", - " \"text\": \"Business related topics\"\n", + " \"text\": \"Would love to make connections within the start up scene, get better at networking and learn from different People starting their own business.\"\n", " },\n", " {\n", " \"id\": \"true___false\",\n", @@ -36322,7 +36322,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8683036726\",\n", + " \"id\": \"8634782826\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -36331,7 +36331,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Shekh Golam Rahman\"\n", + " \"text\": \"Schaontel Tapani Jones\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -36347,7 +36347,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-03-12\"\n", + " \"text\": \"2025-03-06\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -36371,7 +36371,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"shekhgolamrahman@gmail.com\"\n", + " \"text\": \"schaontel.jones@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -36467,7 +36467,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Challenges, Events\"\n", + " \"text\": \"Events, Challenges, Networking, Operational Team\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -36475,7 +36475,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication, Community engagement, IT skills, Problem-solving, Teamwork in Startup Culture\"\n", + " \"text\": \"Communication, IT skills, Personal expertise, Problem-solving, Teamwork in Startup Culture, Other\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -36483,7 +36483,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position, Developing my business idea\"\n", + " \"text\": \"Building confidence in my entrepreneurial abilities, Employment in the startup ecosystem, Internship position, Other\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -36491,7 +36491,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Ishan Regmi - Community development and engagement team\"\n", + " \"text\": \"LinkdeIn\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -36499,7 +36499,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I achieved some success in developing the process of bookkeeping, accounting, and successful project operation in Bangladesh. I expect to learn skills on global networking, data analysis, and European trade operation. My ultimate goal is to become an accounting analyst to help grow a sustainable economy I need professional support to learn and upskill my expertise, besides earning for my family. I believe in the 3 rule concept: Learn from every walk of your life. Earn to live your life. Work for tomorrow that keeps you alive after the life.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -36507,7 +36507,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-03-20\"\n", + " \"text\": \"2025-03-14\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -36715,7 +36715,7 @@ " \"id\": \"short_text1\",\n", " \"title\": \"Write down what other attributes would you like to get through the community circle.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Job position, skill development\"\n", " },\n", " {\n", " \"id\": \"short_text7\",\n", @@ -36723,7 +36723,7 @@ " \"id\": \"short_text7\",\n", " \"title\": \"Write here other skills you would like to develop.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Business related topics\"\n", " },\n", " {\n", " \"id\": \"true___false\",\n", @@ -36744,7 +36744,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8715966331\",\n", + " \"id\": \"8683036726\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -36753,7 +36753,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Niloofar Massihi\"\n", + " \"text\": \"Shekh Golam Rahman\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -36769,7 +36769,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-03-17\"\n", + " \"text\": \"2025-03-12\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -36793,7 +36793,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"niloofar.massihi@gmail.com\"\n", + " \"text\": \"shekhgolamrahman@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -36889,7 +36889,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Challenges\"\n", + " \"text\": \"Challenges, Events\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -36897,7 +36897,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Problem-solving\"\n", + " \"text\": \"Communication, Community engagement, IT skills, Problem-solving, Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -36905,7 +36905,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Familiarize yourself with the regions startup support system\"\n", + " \"text\": \"Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position, Developing my business idea\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -36913,7 +36913,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"A friend in Tampere who is setting up and startup.\"\n", + " \"text\": \"Ishan Regmi - Community development and engagement team\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -36921,7 +36921,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I am a lawyer and have been advising startups specifically during investment rounds, shareholders agreement, etc. I would be happy to help the network where I can.\"\n", + " \"text\": \"I achieved some success in developing the process of bookkeeping, accounting, and successful project operation in Bangladesh. I expect to learn skills on global networking, data analysis, and European trade operation. My ultimate goal is to become an accounting analyst to help grow a sustainable economy I need professional support to learn and upskill my expertise, besides earning for my family. I believe in the 3 rule concept: Learn from every walk of your life. Earn to live your life. Work for tomorrow that keeps you alive after the life.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -36929,7 +36929,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-03-21\"\n", + " \"text\": \"2025-03-20\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -37166,7 +37166,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7894260742\",\n", + " \"id\": \"8715966331\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -37175,7 +37175,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Elnaz Dehghani\"\n", + " \"text\": \"Niloofar Massihi\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -37191,7 +37191,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-11-20\"\n", + " \"text\": \"2025-03-17\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -37215,7 +37215,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"Elnaz.dehqani@gmail.com\"\n", + " \"text\": \"niloofar.massihi@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -37319,7 +37319,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Personal expertise, Community engagement, Teamwork in Startup Culture\"\n", + " \"text\": \"Problem-solving\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -37327,7 +37327,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem, Building confidence in my entrepreneurial abilities, Internship position\"\n", + " \"text\": \"Familiarize yourself with the regions startup support system\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -37335,7 +37335,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"On your website\"\n", + " \"text\": \"A friend in Tampere who is setting up and startup.\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -37343,7 +37343,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I am a lawyer and have been advising startups specifically during investment rounds, shareholders agreement, etc. I would be happy to help the network where I can.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -37351,7 +37351,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-04-03\"\n", + " \"text\": \"2025-03-21\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -37588,7 +37588,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8742345556\",\n", + " \"id\": \"7894260742\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -37597,7 +37597,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Catherine Maloney\"\n", + " \"text\": \"Elnaz Dehghani\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -37613,7 +37613,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-03-20\"\n", + " \"text\": \"2024-11-20\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -37637,7 +37637,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"catmaloney@outlook.com\"\n", + " \"text\": \"Elnaz.dehqani@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -37733,7 +37733,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Events, Networking, Operational Team\"\n", + " \"text\": \"Challenges\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -37741,7 +37741,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Problem-solving, Personal expertise\"\n", + " \"text\": \"Personal expertise, Community engagement, Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -37749,7 +37749,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem, Developing my business idea\"\n", + " \"text\": \"Employment in the startup ecosystem, Building confidence in my entrepreneurial abilities, Internship position\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -37757,7 +37757,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Been in and out of the Tribe community since 2019\"\n", + " \"text\": \"On your website\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -37765,7 +37765,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I want to use my available time helping the startup community, explore and try different ideas, help people entering the startup community be it for employment or integration \\u2764\\ufe0f and bring my expertise in startup growth and development.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -37773,7 +37773,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-04-09\"\n", + " \"text\": \"2025-04-03\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -38010,7 +38010,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8601530801\",\n", + " \"id\": \"8742345556\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -38019,7 +38019,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Joven Albert Baclig\"\n", + " \"text\": \"Catherine Maloney\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -38035,7 +38035,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-03-02\"\n", + " \"text\": \"2025-03-20\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -38059,7 +38059,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"venbaclig@gmail.com\"\n", + " \"text\": \"catmaloney@outlook.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -38155,7 +38155,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Challenges, Networking, Events\"\n", + " \"text\": \"Events, Networking, Operational Team\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -38163,7 +38163,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication, Community engagement, IT skills, Problem-solving, Teamwork in Startup Culture, Event management\"\n", + " \"text\": \"Problem-solving, Personal expertise\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -38171,7 +38171,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities, Developing my business idea, Employment in the startup ecosystem, Internship position, Co-Founders\"\n", + " \"text\": \"Build partnerships between organizations, Employment in the startup ecosystem, Developing my business idea\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -38179,7 +38179,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Ensimetri\"\n", + " \"text\": \"Been in and out of the Tribe community since 2019\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -38187,7 +38187,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I want to use my available time helping the startup community, explore and try different ideas, help people entering the startup community be it for employment or integration \\u2764\\ufe0f and bring my expertise in startup growth and development.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -38195,7 +38195,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-04-10\"\n", + " \"text\": \"2025-04-09\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -38432,7 +38432,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8752160407\",\n", + " \"id\": \"8601530801\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -38441,7 +38441,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Abu Khalid Mubashshir Mahmud\"\n", + " \"text\": \"Joven Albert Baclig\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -38457,7 +38457,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-03-21\"\n", + " \"text\": \"2025-03-02\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -38481,7 +38481,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"abu.hti.tuni@gmail.com\"\n", + " \"text\": \"venbaclig@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -38577,7 +38577,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Events, Challenges, Networking\"\n", + " \"text\": \"Challenges, Networking, Events\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -38585,7 +38585,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication, Event management, IT skills, Personal expertise, Problem-solving, Community engagement\"\n", + " \"text\": \"Communication, Community engagement, IT skills, Problem-solving, Teamwork in Startup Culture, Event management\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -38593,7 +38593,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position, Developing my business idea\"\n", + " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities, Developing my business idea, Employment in the startup ecosystem, Internship position, Co-Founders\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -38601,7 +38601,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"From a friend\"\n", + " \"text\": \"Ensimetri\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -38617,7 +38617,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-04-11\"\n", + " \"text\": \"2025-04-10\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -38854,7 +38854,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8975602097\",\n", + " \"id\": \"8752160407\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -38863,7 +38863,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Wenjun Liu\"\n", + " \"text\": \"Abu Khalid Mubashshir Mahmud\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -38879,7 +38879,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-04-22\"\n", + " \"text\": \"2025-03-21\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -38903,7 +38903,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"june13424@outlook.com\"\n", + " \"text\": \"abu.hti.tuni@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -38911,7 +38911,7 @@ " \"id\": \"color_mkpkbmej\",\n", " \"title\": \"Do you have a startup/business idea that you want to work on?\"\n", " },\n", - " \"text\": \"No, I would just like to join the community\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"long_text_mkpkjb81\",\n", @@ -38959,7 +38959,7 @@ " \"id\": \"dropdown_mkpkgsye\",\n", " \"title\": \"How do you want to be involved within the community?\"\n", " },\n", - " \"text\": \"I am not sure\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgwyx\",\n", @@ -38967,7 +38967,7 @@ " \"id\": \"dropdown_mkpkgwyx\",\n", " \"title\": \"What skills are you looking forward to developing by joining the Fellowship?\"\n", " },\n", - " \"text\": \"Event management, Problem-solving, IT Skills\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhks1\",\n", @@ -38975,7 +38975,7 @@ " \"id\": \"dropdown_mkpkhks1\",\n", " \"title\": \"What attributes are you aiming to get through Fellowship?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"text_mkpkw7n4\",\n", @@ -38999,7 +38999,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Events, Challenges, Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -39007,7 +39007,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Communication, Event management, IT skills, Personal expertise, Problem-solving, Community engagement\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -39015,7 +39015,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Internship position, Developing my business idea\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -39023,7 +39023,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Tribe\"\n", + " \"text\": \"From a friend\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -39039,7 +39039,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-04-22\"\n", + " \"text\": \"2025-04-11\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -39276,7 +39276,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8859434920\",\n", + " \"id\": \"8975602097\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -39285,7 +39285,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Haris Rauf\"\n", + " \"text\": \"Wenjun Liu\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -39301,7 +39301,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-04-04\"\n", + " \"text\": \"2025-04-22\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -39325,7 +39325,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"Harisrauf26@gmail.com\"\n", + " \"text\": \"june13424@outlook.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -39381,7 +39381,7 @@ " \"id\": \"dropdown_mkpkgsye\",\n", " \"title\": \"How do you want to be involved within the community?\"\n", " },\n", - " \"text\": \"Networking, Operational team, Project work\"\n", + " \"text\": \"I am not sure\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgwyx\",\n", @@ -39389,7 +39389,7 @@ " \"id\": \"dropdown_mkpkgwyx\",\n", " \"title\": \"What skills are you looking forward to developing by joining the Fellowship?\"\n", " },\n", - " \"text\": \"Communication, Teamwork in Startup Culture, Community engagement\"\n", + " \"text\": \"Event management, Problem-solving, IT Skills\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhks1\",\n", @@ -39397,7 +39397,7 @@ " \"id\": \"dropdown_mkpkhks1\",\n", " \"title\": \"What attributes are you aiming to get through Fellowship?\"\n", " },\n", - " \"text\": \"Building confidence in my entrepreneurial abilities, Familiarize yourself with the regions startup support system, Co-Founders\"\n", + " \"text\": \"Employment in the startup ecosystem\"\n", " },\n", " {\n", " \"id\": \"text_mkpkw7n4\",\n", @@ -39445,7 +39445,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"From the tribe after work event\"\n", + " \"text\": \"Tribe\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -39461,7 +39461,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-04-23\"\n", + " \"text\": \"2025-04-22\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -39698,7 +39698,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8883207028\",\n", + " \"id\": \"8859434920\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -39707,7 +39707,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Brown Onduso\"\n", + " \"text\": \"Haris Rauf\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -39723,7 +39723,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-04-08\"\n", + " \"text\": \"2025-04-04\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -39747,7 +39747,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"brown.onduso@gmail.com\"\n", + " \"text\": \"Harisrauf26@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -39803,7 +39803,7 @@ " \"id\": \"dropdown_mkpkgsye\",\n", " \"title\": \"How do you want to be involved within the community?\"\n", " },\n", - " \"text\": \"Networking, Project work, Operational team\"\n", + " \"text\": \"Networking, Operational team, Project work\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgwyx\",\n", @@ -39811,7 +39811,7 @@ " \"id\": \"dropdown_mkpkgwyx\",\n", " \"title\": \"What skills are you looking forward to developing by joining the Fellowship?\"\n", " },\n", - " \"text\": \"Community engagement, IT Skills, Problem-solving\"\n", + " \"text\": \"Communication, Teamwork in Startup Culture, Community engagement\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhks1\",\n", @@ -39819,7 +39819,7 @@ " \"id\": \"dropdown_mkpkhks1\",\n", " \"title\": \"What attributes are you aiming to get through Fellowship?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Developing my business idea, Building confidence in my entrepreneurial abilities\"\n", + " \"text\": \"Building confidence in my entrepreneurial abilities, Familiarize yourself with the regions startup support system, Co-Founders\"\n", " },\n", " {\n", " \"id\": \"text_mkpkw7n4\",\n", @@ -39867,7 +39867,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Victor Jackson and Abdel\"\n", + " \"text\": \"From the tribe after work event\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -39875,7 +39875,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I hope to eventually connect Tampere with emerging opportunities in Sub-Sahara Africa\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -39883,7 +39883,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-04-24\"\n", + " \"text\": \"2025-04-23\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -40120,7 +40120,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8818493086\",\n", + " \"id\": \"8883207028\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -40129,7 +40129,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Antony Jordan\"\n", + " \"text\": \"Brown Onduso\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -40145,7 +40145,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-03-31\"\n", + " \"text\": \"2025-04-08\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -40169,7 +40169,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"antonyrichardjordan@gmail.com\"\n", + " \"text\": \"brown.onduso@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -40177,7 +40177,7 @@ " \"id\": \"color_mkpkbmej\",\n", " \"title\": \"Do you have a startup/business idea that you want to work on?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"No, I would just like to join the community\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkjb81\",\n", @@ -40225,7 +40225,7 @@ " \"id\": \"dropdown_mkpkgsye\",\n", " \"title\": \"How do you want to be involved within the community?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Networking, Project work, Operational team\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgwyx\",\n", @@ -40233,7 +40233,7 @@ " \"id\": \"dropdown_mkpkgwyx\",\n", " \"title\": \"What skills are you looking forward to developing by joining the Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Community engagement, IT Skills, Problem-solving\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhks1\",\n", @@ -40241,7 +40241,7 @@ " \"id\": \"dropdown_mkpkhks1\",\n", " \"title\": \"What attributes are you aiming to get through Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Build partnerships between organizations, Developing my business idea, Building confidence in my entrepreneurial abilities\"\n", " },\n", " {\n", " \"id\": \"text_mkpkw7n4\",\n", @@ -40265,7 +40265,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Networking, Challenges\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -40273,7 +40273,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Communication, Community engagement, Problem-solving\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -40281,7 +40281,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Familiarize yourself with the regions startup support system\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -40289,7 +40289,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"LinkedIn and International House, Tampere\"\n", + " \"text\": \"Victor Jackson and Abdel\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -40297,7 +40297,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I hope to eventually connect Tampere with emerging opportunities in Sub-Sahara Africa\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -40305,7 +40305,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-04-25\"\n", + " \"text\": \"2025-04-24\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -40542,7 +40542,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8995303498\",\n", + " \"id\": \"8818493086\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -40551,7 +40551,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Hamzah Farooq\"\n", + " \"text\": \"Antony Jordan\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -40567,7 +40567,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-04-24\"\n", + " \"text\": \"2025-03-31\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -40591,7 +40591,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"hamzah.farooque@gmail.com\"\n", + " \"text\": \"antonyrichardjordan@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -40599,7 +40599,7 @@ " \"id\": \"color_mkpkbmej\",\n", " \"title\": \"Do you have a startup/business idea that you want to work on?\"\n", " },\n", - " \"text\": \"Yes, I have an idea or an existing project\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"long_text_mkpkjb81\",\n", @@ -40607,7 +40607,7 @@ " \"id\": \"long_text_mkpkjb81\",\n", " \"title\": \"Describe the idea or a project that you are building on.\"\n", " },\n", - " \"text\": \"I have to choose between ideas:\\n1. Upgradation of digital presence of any individual or a company\\n2. Food business\\n\\nI need guidance i making the right decision at the right time.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"color_mkpk4rqx\",\n", @@ -40615,7 +40615,7 @@ " \"id\": \"color_mkpk4rqx\",\n", " \"title\": \"Which stage/target group do you belong to?\"\n", " },\n", - " \"text\": \"I have a startup/project idea AND I have a team\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhmhy\",\n", @@ -40623,7 +40623,7 @@ " \"id\": \"dropdown_mkpkhmhy\",\n", " \"title\": \"What is your progress so far?\"\n", " },\n", - " \"text\": \"Idea or Business Concept\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"long_text_mkpkv1w3\",\n", @@ -40631,7 +40631,7 @@ " \"id\": \"long_text_mkpkv1w3\",\n", " \"title\": \"What are you next steps for your project?\"\n", " },\n", - " \"text\": \"Build business plan and go to market strategy\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpk73d3\",\n", @@ -40639,7 +40639,7 @@ " \"id\": \"long_text_mkpk73d3\",\n", " \"title\": \"What skills do you feel like you need to develop to take your project forward?\"\n", " },\n", - " \"text\": \"Legal terms and condition considering europe.\\nHow do I approach market\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgsye\",\n", @@ -40687,7 +40687,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Networking, Challenges\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -40695,7 +40695,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Communication, Community engagement, Problem-solving\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -40703,7 +40703,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Familiarize yourself with the regions startup support system\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -40711,7 +40711,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Website\"\n", + " \"text\": \"LinkedIn and International House, Tampere\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -40719,7 +40719,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"I am about to complete my thesis and i want to start my own business now at any cost\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -40727,7 +40727,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-04-28\"\n", + " \"text\": \"2025-04-25\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -40964,7 +40964,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"9027214389\",\n", + " \"id\": \"8995303498\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -40973,7 +40973,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Nicole Tarimo\"\n", + " \"text\": \"Hamzah Farooq\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -40989,7 +40989,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-04-29\"\n", + " \"text\": \"2025-04-24\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -41013,7 +41013,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"Nicolethadeus02@gmail.com\"\n", + " \"text\": \"hamzah.farooque@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -41021,7 +41021,7 @@ " \"id\": \"color_mkpkbmej\",\n", " \"title\": \"Do you have a startup/business idea that you want to work on?\"\n", " },\n", - " \"text\": \"No, I would just like to join the community\"\n", + " \"text\": \"Yes, I have an idea or an existing project\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkjb81\",\n", @@ -41029,7 +41029,7 @@ " \"id\": \"long_text_mkpkjb81\",\n", " \"title\": \"Describe the idea or a project that you are building on.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I have to choose between ideas:\\n1. Upgradation of digital presence of any individual or a company\\n2. Food business\\n\\nI need guidance i making the right decision at the right time.\"\n", " },\n", " {\n", " \"id\": \"color_mkpk4rqx\",\n", @@ -41037,7 +41037,7 @@ " \"id\": \"color_mkpk4rqx\",\n", " \"title\": \"Which stage/target group do you belong to?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"I have a startup/project idea AND I have a team\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhmhy\",\n", @@ -41045,7 +41045,7 @@ " \"id\": \"dropdown_mkpkhmhy\",\n", " \"title\": \"What is your progress so far?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Idea or Business Concept\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkv1w3\",\n", @@ -41053,7 +41053,7 @@ " \"id\": \"long_text_mkpkv1w3\",\n", " \"title\": \"What are you next steps for your project?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Build business plan and go to market strategy\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpk73d3\",\n", @@ -41061,7 +41061,7 @@ " \"id\": \"long_text_mkpk73d3\",\n", " \"title\": \"What skills do you feel like you need to develop to take your project forward?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Legal terms and condition considering europe.\\nHow do I approach market\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgsye\",\n", @@ -41069,7 +41069,7 @@ " \"id\": \"dropdown_mkpkgsye\",\n", " \"title\": \"How do you want to be involved within the community?\"\n", " },\n", - " \"text\": \"Networking, Operational team, Project work\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgwyx\",\n", @@ -41077,7 +41077,7 @@ " \"id\": \"dropdown_mkpkgwyx\",\n", " \"title\": \"What skills are you looking forward to developing by joining the Fellowship?\"\n", " },\n", - " \"text\": \"Other\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhks1\",\n", @@ -41085,7 +41085,7 @@ " \"id\": \"dropdown_mkpkhks1\",\n", " \"title\": \"What attributes are you aiming to get through Fellowship?\"\n", " },\n", - " \"text\": \"Other\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"text_mkpkw7n4\",\n", @@ -41093,7 +41093,7 @@ " \"id\": \"text_mkpkw7n4\",\n", " \"title\": \"Write an attribute you like to get through the fellowship\"\n", " },\n", - " \"text\": \"Enterpreneural mindset\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"text_mkpkzdfh\",\n", @@ -41101,7 +41101,7 @@ " \"id\": \"text_mkpkzdfh\",\n", " \"title\": \"Write here other skills you would like to develop\"\n", " },\n", - " \"text\": \"Community Engagement\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"multi_select5\",\n", @@ -41133,7 +41133,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"I was an intern\"\n", + " \"text\": \"Website\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -41141,7 +41141,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I am about to complete my thesis and i want to start my own business now at any cost\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -41149,7 +41149,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-04-29\"\n", + " \"text\": \"2025-04-28\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -41386,7 +41386,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"9012265469\",\n", + " \"id\": \"9027214389\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -41395,7 +41395,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Perttu Nousiainen\"\n", + " \"text\": \"Nicole Tarimo\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -41411,7 +41411,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-04-26\"\n", + " \"text\": \"2025-04-29\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -41435,7 +41435,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"perrttu.nousiainen@gmail.com\"\n", + " \"text\": \"Nicolethadeus02@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -41443,7 +41443,7 @@ " \"id\": \"color_mkpkbmej\",\n", " \"title\": \"Do you have a startup/business idea that you want to work on?\"\n", " },\n", - " \"text\": \"Yes, I have an idea or an existing project\"\n", + " \"text\": \"No, I would just like to join the community\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkjb81\",\n", @@ -41451,7 +41451,7 @@ " \"id\": \"long_text_mkpkjb81\",\n", " \"title\": \"Describe the idea or a project that you are building on.\"\n", " },\n", - " \"text\": \"Task Hire Oy, that is part of the Startup Catalyst programme :)\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"color_mkpk4rqx\",\n", @@ -41459,7 +41459,7 @@ " \"id\": \"color_mkpk4rqx\",\n", " \"title\": \"Which stage/target group do you belong to?\"\n", " },\n", - " \"text\": \"I have a startup/project idea AND I have a team\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhmhy\",\n", @@ -41467,7 +41467,7 @@ " \"id\": \"dropdown_mkpkhmhy\",\n", " \"title\": \"What is your progress so far?\"\n", " },\n", - " \"text\": \"Idea Validation\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"long_text_mkpkv1w3\",\n", @@ -41475,7 +41475,7 @@ " \"id\": \"long_text_mkpkv1w3\",\n", " \"title\": \"What are you next steps for your project?\"\n", " },\n", - " \"text\": \"Pilot and market the idea!\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpk73d3\",\n", @@ -41483,7 +41483,7 @@ " \"id\": \"long_text_mkpk73d3\",\n", " \"title\": \"What skills do you feel like you need to develop to take your project forward?\"\n", " },\n", - " \"text\": \"Perhaps coding\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgsye\",\n", @@ -41491,7 +41491,7 @@ " \"id\": \"dropdown_mkpkgsye\",\n", " \"title\": \"How do you want to be involved within the community?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Networking, Operational team, Project work\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgwyx\",\n", @@ -41499,7 +41499,7 @@ " \"id\": \"dropdown_mkpkgwyx\",\n", " \"title\": \"What skills are you looking forward to developing by joining the Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Other\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhks1\",\n", @@ -41507,7 +41507,7 @@ " \"id\": \"dropdown_mkpkhks1\",\n", " \"title\": \"What attributes are you aiming to get through Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Other\"\n", " },\n", " {\n", " \"id\": \"text_mkpkw7n4\",\n", @@ -41515,7 +41515,7 @@ " \"id\": \"text_mkpkw7n4\",\n", " \"title\": \"Write an attribute you like to get through the fellowship\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Enterpreneural mindset\"\n", " },\n", " {\n", " \"id\": \"text_mkpkzdfh\",\n", @@ -41523,7 +41523,7 @@ " \"id\": \"text_mkpkzdfh\",\n", " \"title\": \"Write here other skills you would like to develop\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Community Engagement\"\n", " },\n", " {\n", " \"id\": \"multi_select5\",\n", @@ -41555,7 +41555,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Task Hire founders\"\n", + " \"text\": \"I was an intern\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -41571,7 +41571,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-05-05\"\n", + " \"text\": \"2025-04-29\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -41808,7 +41808,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8997709154\",\n", + " \"id\": \"9012265469\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -41817,7 +41817,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Bishwas Basnet\"\n", + " \"text\": \"Perttu Nousiainen\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -41833,7 +41833,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-04-24\"\n", + " \"text\": \"2025-04-26\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -41857,7 +41857,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"bishwasbasnet2022@gmail.com\"\n", + " \"text\": \"perrttu.nousiainen@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -41865,7 +41865,7 @@ " \"id\": \"color_mkpkbmej\",\n", " \"title\": \"Do you have a startup/business idea that you want to work on?\"\n", " },\n", - " \"text\": \"No, I would just like to join the community\"\n", + " \"text\": \"Yes, I have an idea or an existing project\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkjb81\",\n", @@ -41873,7 +41873,7 @@ " \"id\": \"long_text_mkpkjb81\",\n", " \"title\": \"Describe the idea or a project that you are building on.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Task Hire Oy, that is part of the Startup Catalyst programme :)\"\n", " },\n", " {\n", " \"id\": \"color_mkpk4rqx\",\n", @@ -41881,7 +41881,7 @@ " \"id\": \"color_mkpk4rqx\",\n", " \"title\": \"Which stage/target group do you belong to?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"I have a startup/project idea AND I have a team\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhmhy\",\n", @@ -41889,7 +41889,7 @@ " \"id\": \"dropdown_mkpkhmhy\",\n", " \"title\": \"What is your progress so far?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Idea Validation\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkv1w3\",\n", @@ -41897,7 +41897,7 @@ " \"id\": \"long_text_mkpkv1w3\",\n", " \"title\": \"What are you next steps for your project?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Pilot and market the idea!\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpk73d3\",\n", @@ -41905,7 +41905,7 @@ " \"id\": \"long_text_mkpk73d3\",\n", " \"title\": \"What skills do you feel like you need to develop to take your project forward?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Perhaps coding\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgsye\",\n", @@ -41913,7 +41913,7 @@ " \"id\": \"dropdown_mkpkgsye\",\n", " \"title\": \"How do you want to be involved within the community?\"\n", " },\n", - " \"text\": \"I am not sure, Project work\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgwyx\",\n", @@ -41921,7 +41921,7 @@ " \"id\": \"dropdown_mkpkgwyx\",\n", " \"title\": \"What skills are you looking forward to developing by joining the Fellowship?\"\n", " },\n", - " \"text\": \"Communication, Teamwork in Startup Culture, Community engagement\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhks1\",\n", @@ -41929,7 +41929,7 @@ " \"id\": \"dropdown_mkpkhks1\",\n", " \"title\": \"What attributes are you aiming to get through Fellowship?\"\n", " },\n", - " \"text\": \"Building confidence in my entrepreneurial abilities, Co-Founders, Developing my business idea, Familiarize yourself with the regions startup support system, Build partnerships between organizations\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"text_mkpkw7n4\",\n", @@ -41977,7 +41977,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"In person event of HUBS\"\n", + " \"text\": \"Task Hire founders\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -42230,7 +42230,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"8946624758\",\n", + " \"id\": \"8997709154\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -42239,7 +42239,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Lige Sun\"\n", + " \"text\": \"Bishwas Basnet\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -42255,7 +42255,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-04-16\"\n", + " \"text\": \"2025-04-24\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -42279,7 +42279,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"ligesun@hotmail.com\"\n", + " \"text\": \"bishwasbasnet2022@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -42287,7 +42287,7 @@ " \"id\": \"color_mkpkbmej\",\n", " \"title\": \"Do you have a startup/business idea that you want to work on?\"\n", " },\n", - " \"text\": \"Yes, I have an idea or an existing project\"\n", + " \"text\": \"No, I would just like to join the community\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkjb81\",\n", @@ -42295,7 +42295,7 @@ " \"id\": \"long_text_mkpkjb81\",\n", " \"title\": \"Describe the idea or a project that you are building on.\"\n", " },\n", - " \"text\": \"- I started my toiminimi registered with Tampere with start-up grant\\n- Providing consultancy service on international management and business development\\n- Existing clients are from France, Qatar and China\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"color_mkpk4rqx\",\n", @@ -42303,7 +42303,7 @@ " \"id\": \"color_mkpk4rqx\",\n", " \"title\": \"Which stage/target group do you belong to?\"\n", " },\n", - " \"text\": \"I am a solo entrepreneur\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhmhy\",\n", @@ -42311,7 +42311,7 @@ " \"id\": \"dropdown_mkpkhmhy\",\n", " \"title\": \"What is your progress so far?\"\n", " },\n", - " \"text\": \"Prototype or Minimum Viable Product (MVP), Revenue, Funding or Investment\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"long_text_mkpkv1w3\",\n", @@ -42319,7 +42319,7 @@ " \"id\": \"long_text_mkpkv1w3\",\n", " \"title\": \"What are you next steps for your project?\"\n", " },\n", - " \"text\": \"- Develop business in Finland to increase diverse client base\\n- Build local network to spearhead projects from Chinese clients\\n- Expand international business by growing as a team\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpk73d3\",\n", @@ -42327,7 +42327,7 @@ " \"id\": \"long_text_mkpk73d3\",\n", " \"title\": \"What skills do you feel like you need to develop to take your project forward?\"\n", " },\n", - " \"text\": \"- Marketing and branding skills\\n- Business knowledge about Finnish market\\n- Finance skills\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgsye\",\n", @@ -42335,7 +42335,7 @@ " \"id\": \"dropdown_mkpkgsye\",\n", " \"title\": \"How do you want to be involved within the community?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"I am not sure, Project work\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgwyx\",\n", @@ -42343,7 +42343,7 @@ " \"id\": \"dropdown_mkpkgwyx\",\n", " \"title\": \"What skills are you looking forward to developing by joining the Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Communication, Teamwork in Startup Culture, Community engagement\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhks1\",\n", @@ -42351,7 +42351,7 @@ " \"id\": \"dropdown_mkpkhks1\",\n", " \"title\": \"What attributes are you aiming to get through Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Building confidence in my entrepreneurial abilities, Co-Founders, Developing my business idea, Familiarize yourself with the regions startup support system, Build partnerships between organizations\"\n", " },\n", " {\n", " \"id\": \"text_mkpkw7n4\",\n", @@ -42399,7 +42399,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Event with Platform 6\"\n", + " \"text\": \"In person event of HUBS\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -42407,7 +42407,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"The vibrant tribe community would be great helpful for my growing the business in Finland. I'd appreciate more connections and mentorship for entrepreneurs. I also hope to contribute to the community with my expertise and experience in the international project building.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -42415,7 +42415,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-05-06\"\n", + " \"text\": \"2025-05-05\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -42652,7 +42652,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"9067817110\",\n", + " \"id\": \"8946624758\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -42661,7 +42661,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Anthony Sylvestre\"\n", + " \"text\": \"Lige Sun\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -42677,7 +42677,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-05-05\"\n", + " \"text\": \"2025-04-16\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -42701,7 +42701,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"anthony.sylvestre@unchain-studio.com\"\n", + " \"text\": \"ligesun@hotmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -42717,7 +42717,7 @@ " \"id\": \"long_text_mkpkjb81\",\n", " \"title\": \"Describe the idea or a project that you are building on.\"\n", " },\n", - " \"text\": \"I'm CEO of the young creative agency, Unchain Studio Oy, specialised in branding and social media marketing (from shooting to posting).\"\n", + " \"text\": \"- I started my toiminimi registered with Tampere with start-up grant\\n- Providing consultancy service on international management and business development\\n- Existing clients are from France, Qatar and China\"\n", " },\n", " {\n", " \"id\": \"color_mkpk4rqx\",\n", @@ -42725,7 +42725,7 @@ " \"id\": \"color_mkpk4rqx\",\n", " \"title\": \"Which stage/target group do you belong to?\"\n", " },\n", - " \"text\": \"I have a startup/project idea AND I have a team\"\n", + " \"text\": \"I am a solo entrepreneur\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhmhy\",\n", @@ -42733,7 +42733,7 @@ " \"id\": \"dropdown_mkpkhmhy\",\n", " \"title\": \"What is your progress so far?\"\n", " },\n", - " \"text\": \"Idea or Business Concept, Idea Validation, Business Plan, Prototype or Minimum Viable Product (MVP), Revenue, Funding or Investment\"\n", + " \"text\": \"Prototype or Minimum Viable Product (MVP), Revenue, Funding or Investment\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkv1w3\",\n", @@ -42741,7 +42741,7 @@ " \"id\": \"long_text_mkpkv1w3\",\n", " \"title\": \"What are you next steps for your project?\"\n", " },\n", - " \"text\": \"Scaling and maintaining the quality while expending. \"\n", + " \"text\": \"- Develop business in Finland to increase diverse client base\\n- Build local network to spearhead projects from Chinese clients\\n- Expand international business by growing as a team\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpk73d3\",\n", @@ -42749,7 +42749,7 @@ " \"id\": \"long_text_mkpk73d3\",\n", " \"title\": \"What skills do you feel like you need to develop to take your project forward?\"\n", " },\n", - " \"text\": \"Networking, HR, finding strategies to scale the business. \"\n", + " \"text\": \"- Marketing and branding skills\\n- Business knowledge about Finnish market\\n- Finance skills\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgsye\",\n", @@ -42821,7 +42821,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"A friend, member of the Tribe Community\"\n", + " \"text\": \"Event with Platform 6\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -42829,7 +42829,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"We're a team of 2, me, based in Tampere and my business partner working remote from Vietnam. We're working with Boulangerie Marco, Onda, Madame, Golden Unicorn. I'm looking for a place to meet entrepreneurs and freelancers like me to connect and stop working alone in caf\\u00e9s. I hope I could join this place to give a new dynamic to my daily working life.\"\n", + " \"text\": \"The vibrant tribe community would be great helpful for my growing the business in Finland. I'd appreciate more connections and mentorship for entrepreneurs. I also hope to contribute to the community with my expertise and experience in the international project building.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -42837,7 +42837,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"2025-05-15\"\n", + " \"text\": \"2025-05-06\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -43074,7 +43074,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"9117433365\",\n", + " \"id\": \"9067817110\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -43083,7 +43083,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Erika Vitikainen\"\n", + " \"text\": \"Anthony Sylvestre\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -43099,7 +43099,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2025-05-11\"\n", + " \"text\": \"2025-05-05\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -43123,7 +43123,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"s.erika.vitikainen@gmail.com\"\n", + " \"text\": \"anthony.sylvestre@unchain-studio.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -43131,7 +43131,7 @@ " \"id\": \"color_mkpkbmej\",\n", " \"title\": \"Do you have a startup/business idea that you want to work on?\"\n", " },\n", - " \"text\": \"No, I would just like to join the community\"\n", + " \"text\": \"Yes, I have an idea or an existing project\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkjb81\",\n", @@ -43139,7 +43139,7 @@ " \"id\": \"long_text_mkpkjb81\",\n", " \"title\": \"Describe the idea or a project that you are building on.\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I'm CEO of the young creative agency, Unchain Studio Oy, specialised in branding and social media marketing (from shooting to posting).\"\n", " },\n", " {\n", " \"id\": \"color_mkpk4rqx\",\n", @@ -43147,7 +43147,7 @@ " \"id\": \"color_mkpk4rqx\",\n", " \"title\": \"Which stage/target group do you belong to?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"I have a startup/project idea AND I have a team\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhmhy\",\n", @@ -43155,7 +43155,7 @@ " \"id\": \"dropdown_mkpkhmhy\",\n", " \"title\": \"What is your progress so far?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Idea or Business Concept, Idea Validation, Business Plan, Prototype or Minimum Viable Product (MVP), Revenue, Funding or Investment\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkv1w3\",\n", @@ -43163,7 +43163,7 @@ " \"id\": \"long_text_mkpkv1w3\",\n", " \"title\": \"What are you next steps for your project?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Scaling and maintaining the quality while expending. \"\n", " },\n", " {\n", " \"id\": \"long_text_mkpk73d3\",\n", @@ -43171,7 +43171,7 @@ " \"id\": \"long_text_mkpk73d3\",\n", " \"title\": \"What skills do you feel like you need to develop to take your project forward?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Networking, HR, finding strategies to scale the business. \"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgsye\",\n", @@ -43179,7 +43179,7 @@ " \"id\": \"dropdown_mkpkgsye\",\n", " \"title\": \"How do you want to be involved within the community?\"\n", " },\n", - " \"text\": \"Project work\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgwyx\",\n", @@ -43187,7 +43187,7 @@ " \"id\": \"dropdown_mkpkgwyx\",\n", " \"title\": \"What skills are you looking forward to developing by joining the Fellowship?\"\n", " },\n", - " \"text\": \"Community engagement\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhks1\",\n", @@ -43195,7 +43195,7 @@ " \"id\": \"dropdown_mkpkhks1\",\n", " \"title\": \"What attributes are you aiming to get through Fellowship?\"\n", " },\n", - " \"text\": \"Familiarize yourself with the regions startup support system\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"text_mkpkw7n4\",\n", @@ -43243,7 +43243,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"From Michelle Goh and Jaakko Timonen\"\n", + " \"text\": \"A friend, member of the Tribe Community\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -43251,7 +43251,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"Just moved in to Tampere. Left my day job. Wish to find an interesting start up / work, and new friends!\"\n", + " \"text\": \"We're a team of 2, me, based in Tampere and my business partner working remote from Vietnam. We're working with Boulangerie Marco, Onda, Madame, Golden Unicorn. I'm looking for a place to meet entrepreneurs and freelancers like me to connect and stop working alone in caf\\u00e9s. I hope I could join this place to give a new dynamic to my daily working life.\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -43496,8 +43496,8 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6164236640\",\n", - " \"name\": \"Fellow\",\n", + " \"id\": \"9117433365\",\n", + " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -43505,7 +43505,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Oskars Zapackis\"\n", + " \"text\": \"Erika Vitikainen\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -43521,7 +43521,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-02-12\"\n", + " \"text\": \"2025-05-11\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -43545,7 +43545,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"o.zapackis@gmail.com\"\n", + " \"text\": \"s.erika.vitikainen@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -43553,7 +43553,7 @@ " \"id\": \"color_mkpkbmej\",\n", " \"title\": \"Do you have a startup/business idea that you want to work on?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"No, I would just like to join the community\"\n", " },\n", " {\n", " \"id\": \"long_text_mkpkjb81\",\n", @@ -43601,7 +43601,7 @@ " \"id\": \"dropdown_mkpkgsye\",\n", " \"title\": \"How do you want to be involved within the community?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Project work\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkgwyx\",\n", @@ -43609,7 +43609,7 @@ " \"id\": \"dropdown_mkpkgwyx\",\n", " \"title\": \"What skills are you looking forward to developing by joining the Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Community engagement\"\n", " },\n", " {\n", " \"id\": \"dropdown_mkpkhks1\",\n", @@ -43617,7 +43617,7 @@ " \"id\": \"dropdown_mkpkhks1\",\n", " \"title\": \"What attributes are you aiming to get through Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Familiarize yourself with the regions startup support system\"\n", " },\n", " {\n", " \"id\": \"text_mkpkw7n4\",\n", @@ -43665,7 +43665,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"Tribe\"\n", + " \"text\": \"From Michelle Goh and Jaakko Timonen\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -43673,7 +43673,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"Business Growth, People, Marketing & Sales\"\n", + " \"text\": \"Just moved in to Tampere. Left my day job. Wish to find an interesting start up / work, and new friends!\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -43681,7 +43681,7 @@ " \"id\": \"date2\",\n", " \"title\": \"Date of onboarding\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"2025-05-15\"\n", " },\n", " {\n", " \"id\": \"short_text6\",\n", @@ -43905,7 +43905,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -43913,13 +43913,13 @@ " \"id\": \"true___false3\",\n", " \"title\": \"Do you live in Tampere area?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " }\n", " ]\n", " },\n", " {\n", - " \"id\": \"6442699814\",\n", - " \"name\": \"Kostis\",\n", + " \"id\": \"6164236640\",\n", + " \"name\": \"Fellow\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -43927,7 +43927,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Oskars Zapackis\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -43935,7 +43935,7 @@ " \"id\": \"status\",\n", " \"title\": \"Status\"\n", " },\n", - " \"text\": \"Onboarding booked\"\n", + " \"text\": \"Onboarded\"\n", " },\n", " {\n", " \"id\": \"date\",\n", @@ -43943,7 +43943,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-04-12\"\n", + " \"text\": \"2024-02-12\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -43967,7 +43967,7 @@ " \"id\": \"short_text_19\",\n", " \"title\": \"email\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"o.zapackis@gmail.com\"\n", " },\n", " {\n", " \"id\": \"color_mkpkbmej\",\n", @@ -44063,7 +44063,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"I am not sure\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -44071,7 +44071,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Community engagement, Communication, Teamwork in Startup Culture\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -44087,7 +44087,7 @@ " \"id\": \"short_text45\",\n", " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Tribe\"\n", " },\n", " {\n", " \"id\": \"short_text3\",\n", @@ -44095,7 +44095,7 @@ " \"id\": \"short_text3\",\n", " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Business Growth, People, Marketing & Sales\"\n", " },\n", " {\n", " \"id\": \"date2\",\n", @@ -44199,7 +44199,7 @@ " \"id\": \"single_select\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10\"\n", " },\n", - " \"text\": \"8\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select3\",\n", @@ -44207,7 +44207,7 @@ " \"id\": \"single_select3\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (10 highest, 1 lowest)\"\n", " },\n", - " \"text\": \"8\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text0\",\n", @@ -44215,7 +44215,7 @@ " \"id\": \"short_text0\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"Definitely more events and hopefully more ways to engage with the community and the organisation.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select6\",\n", @@ -44223,7 +44223,7 @@ " \"id\": \"single_select6\",\n", " \"title\": \"Are you continuing in Tribe Fellowship?\"\n", " },\n", - " \"text\": \"Yes\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text2\",\n", @@ -44239,7 +44239,7 @@ " \"id\": \"multi_select9\",\n", " \"title\": \"In what ways have you been engaged in the community? You can choose multiple options.\"\n", " },\n", - " \"text\": \"Attending events or other activities, Using the community space, Being part of a sub-team (events, operational team, other)\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text9\",\n", @@ -44255,7 +44255,7 @@ " \"id\": \"single_select1\",\n", " \"title\": \"How do you identify yourself?\"\n", " },\n", - " \"text\": \"Male\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select9\",\n", @@ -44279,7 +44279,7 @@ " \"id\": \"true___false6\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\n\\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text10\",\n", @@ -44327,7 +44327,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -44340,8 +44340,8 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6513483404\",\n", - " \"name\": \"Mikko Malmivaara\",\n", + " \"id\": \"6442699814\",\n", + " \"name\": \"Kostis\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -44365,7 +44365,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-04-24\"\n", + " \"text\": \"2024-04-12\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -44485,7 +44485,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Events, Networking\"\n", + " \"text\": \"I am not sure\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -44493,7 +44493,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Teamwork in Startup Culture, Community engagement, Personal expertise\"\n", + " \"text\": \"Community engagement, Communication, Teamwork in Startup Culture\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -44501,7 +44501,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Developing my business idea\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -44621,7 +44621,7 @@ " \"id\": \"single_select\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10\"\n", " },\n", - " \"text\": \"9\"\n", + " \"text\": \"8\"\n", " },\n", " {\n", " \"id\": \"single_select3\",\n", @@ -44629,7 +44629,7 @@ " \"id\": \"single_select3\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (10 highest, 1 lowest)\"\n", " },\n", - " \"text\": \"10\"\n", + " \"text\": \"8\"\n", " },\n", " {\n", " \"id\": \"short_text0\",\n", @@ -44637,7 +44637,7 @@ " \"id\": \"short_text0\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"Hmmm..., I kind of want more of everything as I feel like I haven't engaged with Tribe as much as I could have. Maybe I should be paying closer attention to Slack. Either way, the problem is not really with Tribe \\u2013 I should be more active myself.\"\n", + " \"text\": \"Definitely more events and hopefully more ways to engage with the community and the organisation.\"\n", " },\n", " {\n", " \"id\": \"single_select6\",\n", @@ -44653,7 +44653,7 @@ " \"id\": \"short_text2\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"It seems the events I have attended I've noticed on LinkedIn or IG. Maybe emails could keep me better informed? That said, I realise how passionately people hate getting more emails (myself included). Okay, that's it: I pledge to check in on the Slack channel more frequently!\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"multi_select9\",\n", @@ -44661,7 +44661,7 @@ " \"id\": \"multi_select9\",\n", " \"title\": \"In what ways have you been engaged in the community? You can choose multiple options.\"\n", " },\n", - " \"text\": \"Attending events or other activities\"\n", + " \"text\": \"Attending events or other activities, Using the community space, Being part of a sub-team (events, operational team, other)\"\n", " },\n", " {\n", " \"id\": \"short_text9\",\n", @@ -44669,7 +44669,7 @@ " \"id\": \"short_text9\",\n", " \"title\": \"Following some additional questions regarding basic information for us to understand the target group of Fellowship better:\\n\\nWhat nationality or nationalities do you hold?\"\n", " },\n", - " \"text\": \"Finnish\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select1\",\n", @@ -44685,7 +44685,7 @@ " \"id\": \"single_select9\",\n", " \"title\": \"To what age range do you belong to?\"\n", " },\n", - " \"text\": \"30-50\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select4\",\n", @@ -44693,7 +44693,7 @@ " \"id\": \"single_select4\",\n", " \"title\": \"What is your current occupation?\"\n", " },\n", - " \"text\": \"Entrepreneur\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"true___false6\",\n", @@ -44762,8 +44762,8 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7078637655\",\n", - " \"name\": \"Incoming form answer\",\n", + " \"id\": \"6513483404\",\n", + " \"name\": \"Mikko Malmivaara\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -44787,7 +44787,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-07-23\"\n", + " \"text\": \"2024-04-24\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -44803,7 +44803,7 @@ " \"id\": \"single_select5\",\n", " \"title\": \"Do you want to continue in Tribe Fellowship?\"\n", " },\n", - " \"text\": \"Yes\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text_19\",\n", @@ -44907,7 +44907,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Events, Networking\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -44915,7 +44915,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Teamwork in Startup Culture, Community engagement, Personal expertise\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -44923,7 +44923,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Build partnerships between organizations, Developing my business idea\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -44955,7 +44955,7 @@ " \"id\": \"short_text6\",\n", " \"title\": \"What traits/skills have you been able to improve/develop during your time in Fellowship?\"\n", " },\n", - " \"text\": \"Networking with startups, broadening my perspective on different industries and market areas through discussions\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text39\",\n", @@ -44963,7 +44963,7 @@ " \"id\": \"short_text39\",\n", " \"title\": \"What have you accomplished during 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"One public presentation, one podcast (still not released), many interactions\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text29\",\n", @@ -44971,7 +44971,7 @@ " \"id\": \"short_text29\",\n", " \"title\": \"Highlight some experiences in the last 6 months (3 favorite moments/events/achievements/learnings\\u2026)\"\n", " },\n", - " \"text\": \"Community Breakfast, meeting with Ukranian business couple, attending eye-opening presentations about others' businesses\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select57\",\n", @@ -44979,7 +44979,7 @@ " \"id\": \"single_select57\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": \"8\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select0\",\n", @@ -44987,7 +44987,7 @@ " \"id\": \"single_select0\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": \"8\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text60\",\n", @@ -44995,7 +44995,7 @@ " \"id\": \"short_text60\",\n", " \"title\": \"Open feedback :)\"\n", " },\n", - " \"text\": \"Tribe is not for everyone. I believe one must be ready to engage and put own effort in in order to gain back substantially. I have not been as active myself as I would have liked to be. My excuse is I was busy trying to find a job and expand my own clientele, which ate up most of my time during all of these 6 months. I am employed now, part-time (4 days a week), and I'll still work one day per week on my own business. That said, I am not sure if I can substantially increase my engagement with Tribe, but I want to still be part of this community. I want to attend the events, network, have meaningful discussions, hear and give opinions, and maybe keep expanding my knowledge through meeting new people.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false9\",\n", @@ -45003,7 +45003,7 @@ " \"id\": \"true___false9\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text76\",\n", @@ -45011,7 +45011,7 @@ " \"id\": \"short_text76\",\n", " \"title\": \"What do you want to accomplish in the next 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"Part with more experience in international marketing, communications, brand management and sales enablement\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select7\",\n", @@ -45043,7 +45043,7 @@ " \"id\": \"single_select\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"9\"\n", " },\n", " {\n", " \"id\": \"single_select3\",\n", @@ -45051,7 +45051,7 @@ " \"id\": \"single_select3\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (10 highest, 1 lowest)\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"10\"\n", " },\n", " {\n", " \"id\": \"short_text0\",\n", @@ -45059,7 +45059,7 @@ " \"id\": \"short_text0\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Hmmm..., I kind of want more of everything as I feel like I haven't engaged with Tribe as much as I could have. Maybe I should be paying closer attention to Slack. Either way, the problem is not really with Tribe \\u2013 I should be more active myself.\"\n", " },\n", " {\n", " \"id\": \"single_select6\",\n", @@ -45067,7 +45067,7 @@ " \"id\": \"single_select6\",\n", " \"title\": \"Are you continuing in Tribe Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Yes\"\n", " },\n", " {\n", " \"id\": \"short_text2\",\n", @@ -45075,7 +45075,7 @@ " \"id\": \"short_text2\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"It seems the events I have attended I've noticed on LinkedIn or IG. Maybe emails could keep me better informed? That said, I realise how passionately people hate getting more emails (myself included). Okay, that's it: I pledge to check in on the Slack channel more frequently!\"\n", " },\n", " {\n", " \"id\": \"multi_select9\",\n", @@ -45083,7 +45083,7 @@ " \"id\": \"multi_select9\",\n", " \"title\": \"In what ways have you been engaged in the community? You can choose multiple options.\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Attending events or other activities\"\n", " },\n", " {\n", " \"id\": \"short_text9\",\n", @@ -45091,7 +45091,7 @@ " \"id\": \"short_text9\",\n", " \"title\": \"Following some additional questions regarding basic information for us to understand the target group of Fellowship better:\\n\\nWhat nationality or nationalities do you hold?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Finnish\"\n", " },\n", " {\n", " \"id\": \"single_select1\",\n", @@ -45099,7 +45099,7 @@ " \"id\": \"single_select1\",\n", " \"title\": \"How do you identify yourself?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Male\"\n", " },\n", " {\n", " \"id\": \"single_select9\",\n", @@ -45107,7 +45107,7 @@ " \"id\": \"single_select9\",\n", " \"title\": \"To what age range do you belong to?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"30-50\"\n", " },\n", " {\n", " \"id\": \"single_select4\",\n", @@ -45115,7 +45115,7 @@ " \"id\": \"single_select4\",\n", " \"title\": \"What is your current occupation?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Entrepreneur\"\n", " },\n", " {\n", " \"id\": \"true___false6\",\n", @@ -45123,7 +45123,7 @@ " \"id\": \"true___false6\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\n\\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"short_text10\",\n", @@ -45171,7 +45171,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -45184,7 +45184,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7040518955\",\n", + " \"id\": \"7078637655\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -45209,7 +45209,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-07-17\"\n", + " \"text\": \"2024-07-23\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -45377,7 +45377,7 @@ " \"id\": \"short_text6\",\n", " \"title\": \"What traits/skills have you been able to improve/develop during your time in Fellowship?\"\n", " },\n", - " \"text\": \"Project management, software development\"\n", + " \"text\": \"Networking with startups, broadening my perspective on different industries and market areas through discussions\"\n", " },\n", " {\n", " \"id\": \"short_text39\",\n", @@ -45385,7 +45385,7 @@ " \"id\": \"short_text39\",\n", " \"title\": \"What have you accomplished during 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"Started Tribe data team, mentoring several people\"\n", + " \"text\": \"One public presentation, one podcast (still not released), many interactions\"\n", " },\n", " {\n", " \"id\": \"short_text29\",\n", @@ -45393,7 +45393,7 @@ " \"id\": \"short_text29\",\n", " \"title\": \"Highlight some experiences in the last 6 months (3 favorite moments/events/achievements/learnings\\u2026)\"\n", " },\n", - " \"text\": \"Continued gender diversity survey\"\n", + " \"text\": \"Community Breakfast, meeting with Ukranian business couple, attending eye-opening presentations about others' businesses\"\n", " },\n", " {\n", " \"id\": \"single_select57\",\n", @@ -45401,7 +45401,7 @@ " \"id\": \"single_select57\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": \"7\"\n", + " \"text\": \"8\"\n", " },\n", " {\n", " \"id\": \"single_select0\",\n", @@ -45417,7 +45417,7 @@ " \"id\": \"short_text60\",\n", " \"title\": \"Open feedback :)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Tribe is not for everyone. I believe one must be ready to engage and put own effort in in order to gain back substantially. I have not been as active myself as I would have liked to be. My excuse is I was busy trying to find a job and expand my own clientele, which ate up most of my time during all of these 6 months. I am employed now, part-time (4 days a week), and I'll still work one day per week on my own business. That said, I am not sure if I can substantially increase my engagement with Tribe, but I want to still be part of this community. I want to attend the events, network, have meaningful discussions, hear and give opinions, and maybe keep expanding my knowledge through meeting new people.\"\n", " },\n", " {\n", " \"id\": \"true___false9\",\n", @@ -45433,7 +45433,7 @@ " \"id\": \"short_text76\",\n", " \"title\": \"What do you want to accomplish in the next 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"Build project for AI-assisted workflows\"\n", + " \"text\": \"Part with more experience in international marketing, communications, brand management and sales enablement\"\n", " },\n", " {\n", " \"id\": \"single_select7\",\n", @@ -45606,7 +45606,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6726397127\",\n", + " \"id\": \"7040518955\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -45631,7 +45631,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-05-29\"\n", + " \"text\": \"2024-07-17\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -45647,7 +45647,7 @@ " \"id\": \"single_select5\",\n", " \"title\": \"Do you want to continue in Tribe Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Yes\"\n", " },\n", " {\n", " \"id\": \"short_text_19\",\n", @@ -45751,7 +45751,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Networking, Operational Team, Events, Challenges\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -45759,7 +45759,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Other, IT skills\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -45767,7 +45767,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Other\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -45799,7 +45799,7 @@ " \"id\": \"short_text6\",\n", " \"title\": \"What traits/skills have you been able to improve/develop during your time in Fellowship?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Project management, software development\"\n", " },\n", " {\n", " \"id\": \"short_text39\",\n", @@ -45807,7 +45807,7 @@ " \"id\": \"short_text39\",\n", " \"title\": \"What have you accomplished during 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Started Tribe data team, mentoring several people\"\n", " },\n", " {\n", " \"id\": \"short_text29\",\n", @@ -45815,7 +45815,7 @@ " \"id\": \"short_text29\",\n", " \"title\": \"Highlight some experiences in the last 6 months (3 favorite moments/events/achievements/learnings\\u2026)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Continued gender diversity survey\"\n", " },\n", " {\n", " \"id\": \"single_select57\",\n", @@ -45823,7 +45823,7 @@ " \"id\": \"single_select57\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"7\"\n", " },\n", " {\n", " \"id\": \"single_select0\",\n", @@ -45831,7 +45831,7 @@ " \"id\": \"single_select0\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"8\"\n", " },\n", " {\n", " \"id\": \"short_text60\",\n", @@ -45847,7 +45847,7 @@ " \"id\": \"true___false9\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"short_text76\",\n", @@ -45855,7 +45855,7 @@ " \"id\": \"short_text76\",\n", " \"title\": \"What do you want to accomplish in the next 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Build project for AI-assisted workflows\"\n", " },\n", " {\n", " \"id\": \"single_select7\",\n", @@ -45887,7 +45887,7 @@ " \"id\": \"single_select\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10\"\n", " },\n", - " \"text\": \"8\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select3\",\n", @@ -45895,7 +45895,7 @@ " \"id\": \"single_select3\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (10 highest, 1 lowest)\"\n", " },\n", - " \"text\": \"8\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text0\",\n", @@ -45903,7 +45903,7 @@ " \"id\": \"short_text0\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"Event by connecting the matching experts. For example, customers & suppliers.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select6\",\n", @@ -45911,7 +45911,7 @@ " \"id\": \"single_select6\",\n", " \"title\": \"Are you continuing in Tribe Fellowship?\"\n", " },\n", - " \"text\": \"Yes\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text2\",\n", @@ -45919,7 +45919,7 @@ " \"id\": \"short_text2\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"Personally, I am doing export from China. And I am preparing register my import company here. If there is any related theme, would be nice to attend, not only learn but also sharing my knowledge.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"multi_select9\",\n", @@ -45927,7 +45927,7 @@ " \"id\": \"multi_select9\",\n", " \"title\": \"In what ways have you been engaged in the community? You can choose multiple options.\"\n", " },\n", - " \"text\": \"Online participation (Slack/Discord/Telegram/other)\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text9\",\n", @@ -45935,7 +45935,7 @@ " \"id\": \"short_text9\",\n", " \"title\": \"Following some additional questions regarding basic information for us to understand the target group of Fellowship better:\\n\\nWhat nationality or nationalities do you hold?\"\n", " },\n", - " \"text\": \"China\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select1\",\n", @@ -45943,7 +45943,7 @@ " \"id\": \"single_select1\",\n", " \"title\": \"How do you identify yourself?\"\n", " },\n", - " \"text\": \"Female\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select9\",\n", @@ -45951,7 +45951,7 @@ " \"id\": \"single_select9\",\n", " \"title\": \"To what age range do you belong to?\"\n", " },\n", - " \"text\": \"30-50\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select4\",\n", @@ -45959,7 +45959,7 @@ " \"id\": \"single_select4\",\n", " \"title\": \"What is your current occupation?\"\n", " },\n", - " \"text\": \"Student\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"true___false6\",\n", @@ -45967,7 +45967,7 @@ " \"id\": \"true___false6\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\n\\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text10\",\n", @@ -46015,7 +46015,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -46028,7 +46028,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"6810021500\",\n", + " \"id\": \"6726397127\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -46053,7 +46053,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-06-11\"\n", + " \"text\": \"2024-05-29\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -46069,7 +46069,7 @@ " \"id\": \"single_select5\",\n", " \"title\": \"Do you want to continue in Tribe Fellowship?\"\n", " },\n", - " \"text\": \"Yes\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text_19\",\n", @@ -46173,7 +46173,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Networking, Operational Team, Events, Challenges\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -46181,7 +46181,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Other, IT skills\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -46189,7 +46189,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Build partnerships between organizations, Other\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -46221,7 +46221,7 @@ " \"id\": \"short_text6\",\n", " \"title\": \"What traits/skills have you been able to improve/develop during your time in Fellowship?\"\n", " },\n", - " \"text\": \"Team work and appreciation of diversity\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text39\",\n", @@ -46229,7 +46229,7 @@ " \"id\": \"short_text39\",\n", " \"title\": \"What have you accomplished during 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"I am not sure of the achievements but there were couple of networking and meeting new people.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text29\",\n", @@ -46237,7 +46237,7 @@ " \"id\": \"short_text29\",\n", " \"title\": \"Highlight some experiences in the last 6 months (3 favorite moments/events/achievements/learnings\\u2026)\"\n", " },\n", - " \"text\": \"Some program about integration, redbricks event that brought speakers who shared their experience (the case of the Finnish famous youtuber), etc...\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select57\",\n", @@ -46245,7 +46245,7 @@ " \"id\": \"single_select57\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": \"7\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select0\",\n", @@ -46253,7 +46253,7 @@ " \"id\": \"single_select0\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": \"9\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text60\",\n", @@ -46261,7 +46261,7 @@ " \"id\": \"short_text60\",\n", " \"title\": \"Open feedback :)\"\n", " },\n", - " \"text\": \"Many rooms for improvement but valuable and promising with the whole diversity.\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false9\",\n", @@ -46269,7 +46269,7 @@ " \"id\": \"true___false9\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text76\",\n", @@ -46277,7 +46277,7 @@ " \"id\": \"short_text76\",\n", " \"title\": \"What do you want to accomplish in the next 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"More growth, self and community development\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select7\",\n", @@ -46309,7 +46309,7 @@ " \"id\": \"single_select\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"8\"\n", " },\n", " {\n", " \"id\": \"single_select3\",\n", @@ -46317,7 +46317,7 @@ " \"id\": \"single_select3\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (10 highest, 1 lowest)\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"8\"\n", " },\n", " {\n", " \"id\": \"short_text0\",\n", @@ -46325,7 +46325,7 @@ " \"id\": \"short_text0\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Event by connecting the matching experts. For example, customers & suppliers.\"\n", " },\n", " {\n", " \"id\": \"single_select6\",\n", @@ -46333,7 +46333,7 @@ " \"id\": \"single_select6\",\n", " \"title\": \"Are you continuing in Tribe Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Yes\"\n", " },\n", " {\n", " \"id\": \"short_text2\",\n", @@ -46341,7 +46341,7 @@ " \"id\": \"short_text2\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Personally, I am doing export from China. And I am preparing register my import company here. If there is any related theme, would be nice to attend, not only learn but also sharing my knowledge.\"\n", " },\n", " {\n", " \"id\": \"multi_select9\",\n", @@ -46349,7 +46349,7 @@ " \"id\": \"multi_select9\",\n", " \"title\": \"In what ways have you been engaged in the community? You can choose multiple options.\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Online participation (Slack/Discord/Telegram/other)\"\n", " },\n", " {\n", " \"id\": \"short_text9\",\n", @@ -46357,7 +46357,7 @@ " \"id\": \"short_text9\",\n", " \"title\": \"Following some additional questions regarding basic information for us to understand the target group of Fellowship better:\\n\\nWhat nationality or nationalities do you hold?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"China\"\n", " },\n", " {\n", " \"id\": \"single_select1\",\n", @@ -46365,7 +46365,7 @@ " \"id\": \"single_select1\",\n", " \"title\": \"How do you identify yourself?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Female\"\n", " },\n", " {\n", " \"id\": \"single_select9\",\n", @@ -46373,7 +46373,7 @@ " \"id\": \"single_select9\",\n", " \"title\": \"To what age range do you belong to?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"30-50\"\n", " },\n", " {\n", " \"id\": \"single_select4\",\n", @@ -46381,7 +46381,7 @@ " \"id\": \"single_select4\",\n", " \"title\": \"What is your current occupation?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Student\"\n", " },\n", " {\n", " \"id\": \"true___false6\",\n", @@ -46389,7 +46389,7 @@ " \"id\": \"true___false6\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\n\\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"short_text10\",\n", @@ -46437,7 +46437,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -46450,8 +46450,8 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7174233337\",\n", - " \"name\": \"Cat Maloney\",\n", + " \"id\": \"6810021500\",\n", + " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -46459,7 +46459,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"Cat\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -46475,7 +46475,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-08-06\"\n", + " \"text\": \"2024-06-11\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -46491,7 +46491,7 @@ " \"id\": \"single_select5\",\n", " \"title\": \"Do you want to continue in Tribe Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Yes\"\n", " },\n", " {\n", " \"id\": \"short_text_19\",\n", @@ -46595,7 +46595,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Operational Team\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -46603,7 +46603,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Problem-solving\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -46611,7 +46611,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Employment in the startup ecosystem\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -46643,7 +46643,7 @@ " \"id\": \"short_text6\",\n", " \"title\": \"What traits/skills have you been able to improve/develop during your time in Fellowship?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Team work and appreciation of diversity\"\n", " },\n", " {\n", " \"id\": \"short_text39\",\n", @@ -46651,7 +46651,7 @@ " \"id\": \"short_text39\",\n", " \"title\": \"What have you accomplished during 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"I am not sure of the achievements but there were couple of networking and meeting new people.\"\n", " },\n", " {\n", " \"id\": \"short_text29\",\n", @@ -46659,7 +46659,7 @@ " \"id\": \"short_text29\",\n", " \"title\": \"Highlight some experiences in the last 6 months (3 favorite moments/events/achievements/learnings\\u2026)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Some program about integration, redbricks event that brought speakers who shared their experience (the case of the Finnish famous youtuber), etc...\"\n", " },\n", " {\n", " \"id\": \"single_select57\",\n", @@ -46667,7 +46667,7 @@ " \"id\": \"single_select57\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"7\"\n", " },\n", " {\n", " \"id\": \"single_select0\",\n", @@ -46675,7 +46675,7 @@ " \"id\": \"single_select0\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"9\"\n", " },\n", " {\n", " \"id\": \"short_text60\",\n", @@ -46683,7 +46683,7 @@ " \"id\": \"short_text60\",\n", " \"title\": \"Open feedback :)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Many rooms for improvement but valuable and promising with the whole diversity.\"\n", " },\n", " {\n", " \"id\": \"true___false9\",\n", @@ -46691,7 +46691,7 @@ " \"id\": \"true___false9\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"short_text76\",\n", @@ -46699,7 +46699,7 @@ " \"id\": \"short_text76\",\n", " \"title\": \"What do you want to accomplish in the next 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"More growth, self and community development\"\n", " },\n", " {\n", " \"id\": \"single_select7\",\n", @@ -46731,7 +46731,7 @@ " \"id\": \"single_select\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10\"\n", " },\n", - " \"text\": \"10\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select3\",\n", @@ -46739,7 +46739,7 @@ " \"id\": \"single_select3\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (10 highest, 1 lowest)\"\n", " },\n", - " \"text\": \"10\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text0\",\n", @@ -46747,7 +46747,7 @@ " \"id\": \"short_text0\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"Everything has been perfect \\ud83e\\udef6\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select6\",\n", @@ -46755,7 +46755,7 @@ " \"id\": \"single_select6\",\n", " \"title\": \"Are you continuing in Tribe Fellowship?\"\n", " },\n", - " \"text\": \"Yes\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text2\",\n", @@ -46763,7 +46763,7 @@ " \"id\": \"short_text2\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"-\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"multi_select9\",\n", @@ -46771,7 +46771,7 @@ " \"id\": \"multi_select9\",\n", " \"title\": \"In what ways have you been engaged in the community? You can choose multiple options.\"\n", " },\n", - " \"text\": \"Starting or participating in a project in Tribe\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text9\",\n", @@ -46779,7 +46779,7 @@ " \"id\": \"short_text9\",\n", " \"title\": \"Following some additional questions regarding basic information for us to understand the target group of Fellowship better:\\n\\nWhat nationality or nationalities do you hold?\"\n", " },\n", - " \"text\": \"Indian\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select1\",\n", @@ -46787,7 +46787,7 @@ " \"id\": \"single_select1\",\n", " \"title\": \"How do you identify yourself?\"\n", " },\n", - " \"text\": \"Female\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select9\",\n", @@ -46795,7 +46795,7 @@ " \"id\": \"single_select9\",\n", " \"title\": \"To what age range do you belong to?\"\n", " },\n", - " \"text\": \"18-30\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select4\",\n", @@ -46803,7 +46803,7 @@ " \"id\": \"single_select4\",\n", " \"title\": \"What is your current occupation?\"\n", " },\n", - " \"text\": \"Other\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"true___false6\",\n", @@ -46811,7 +46811,7 @@ " \"id\": \"true___false6\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\n\\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text10\",\n", @@ -46819,7 +46819,7 @@ " \"id\": \"short_text10\",\n", " \"title\": \"Please spesify:\"\n", " },\n", - " \"text\": \"Jobseeker/Part-Time\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"subitems\",\n", @@ -46859,7 +46859,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -46872,8 +46872,8 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7509311304\",\n", - " \"name\": \"Incoming form answer\",\n", + " \"id\": \"7174233337\",\n", + " \"name\": \"Cat Maloney\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -46881,7 +46881,7 @@ " \"id\": \"short_text_1\",\n", " \"title\": \"Name\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Cat\"\n", " },\n", " {\n", " \"id\": \"status\",\n", @@ -46897,7 +46897,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-09-26\"\n", + " \"text\": \"2024-08-06\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -47017,7 +47017,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"Networking, Events, Challenges\"\n", + " \"text\": \"Operational Team\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -47025,7 +47025,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Community engagement, Event management, Teamwork in Startup Culture, Problem-solving\"\n", + " \"text\": \"Problem-solving\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -47033,7 +47033,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities, Developing my business idea, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Other\"\n", + " \"text\": \"Employment in the startup ecosystem\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -47153,7 +47153,7 @@ " \"id\": \"single_select\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10\"\n", " },\n", - " \"text\": \"8\"\n", + " \"text\": \"10\"\n", " },\n", " {\n", " \"id\": \"single_select3\",\n", @@ -47161,7 +47161,7 @@ " \"id\": \"single_select3\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (10 highest, 1 lowest)\"\n", " },\n", - " \"text\": \"8\"\n", + " \"text\": \"10\"\n", " },\n", " {\n", " \"id\": \"short_text0\",\n", @@ -47169,7 +47169,7 @@ " \"id\": \"short_text0\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"Interactions are always good way to connect and boost ideas.\"\n", + " \"text\": \"Everything has been perfect \\ud83e\\udef6\"\n", " },\n", " {\n", " \"id\": \"single_select6\",\n", @@ -47185,7 +47185,7 @@ " \"id\": \"short_text2\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"This is a repeating question.\"\n", + " \"text\": \"-\"\n", " },\n", " {\n", " \"id\": \"multi_select9\",\n", @@ -47193,7 +47193,7 @@ " \"id\": \"multi_select9\",\n", " \"title\": \"In what ways have you been engaged in the community? You can choose multiple options.\"\n", " },\n", - " \"text\": \"Attending events or other activities, Being part of a sub-team (events, operational team, other), Using the community space\"\n", + " \"text\": \"Starting or participating in a project in Tribe\"\n", " },\n", " {\n", " \"id\": \"short_text9\",\n", @@ -47201,7 +47201,7 @@ " \"id\": \"short_text9\",\n", " \"title\": \"Following some additional questions regarding basic information for us to understand the target group of Fellowship better:\\n\\nWhat nationality or nationalities do you hold?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Indian\"\n", " },\n", " {\n", " \"id\": \"single_select1\",\n", @@ -47217,7 +47217,7 @@ " \"id\": \"single_select9\",\n", " \"title\": \"To what age range do you belong to?\"\n", " },\n", - " \"text\": \"30-50\"\n", + " \"text\": \"18-30\"\n", " },\n", " {\n", " \"id\": \"single_select4\",\n", @@ -47241,7 +47241,7 @@ " \"id\": \"short_text10\",\n", " \"title\": \"Please spesify:\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Jobseeker/Part-Time\"\n", " },\n", " {\n", " \"id\": \"subitems\",\n", @@ -47294,7 +47294,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7510267350\",\n", + " \"id\": \"7509311304\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -47335,7 +47335,7 @@ " \"id\": \"single_select5\",\n", " \"title\": \"Do you want to continue in Tribe Fellowship?\"\n", " },\n", - " \"text\": \"Yes\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text_19\",\n", @@ -47439,7 +47439,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Networking, Events, Challenges\"\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -47447,7 +47447,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Community engagement, Event management, Teamwork in Startup Culture, Problem-solving\"\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -47455,7 +47455,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Build partnerships between organizations, Building confidence in my entrepreneurial abilities, Developing my business idea, Employment in the startup ecosystem, Familiarize yourself with the regions startup support system, Other\"\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -47487,7 +47487,7 @@ " \"id\": \"short_text6\",\n", " \"title\": \"What traits/skills have you been able to improve/develop during your time in Fellowship?\"\n", " },\n", - " \"text\": \"Business/Marketing Skills\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text39\",\n", @@ -47495,7 +47495,7 @@ " \"id\": \"short_text39\",\n", " \"title\": \"What have you accomplished during 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"New team building\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text29\",\n", @@ -47503,7 +47503,7 @@ " \"id\": \"short_text29\",\n", " \"title\": \"Highlight some experiences in the last 6 months (3 favorite moments/events/achievements/learnings\\u2026)\"\n", " },\n", - " \"text\": \"Volunteering, team meetings, overall support from the community\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select57\",\n", @@ -47511,7 +47511,7 @@ " \"id\": \"single_select57\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": \"10\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select0\",\n", @@ -47519,7 +47519,7 @@ " \"id\": \"single_select0\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": \"10\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text60\",\n", @@ -47535,7 +47535,7 @@ " \"id\": \"true___false9\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text76\",\n", @@ -47543,7 +47543,7 @@ " \"id\": \"short_text76\",\n", " \"title\": \"What do you want to accomplish in the next 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"More Prominent Work in Projects\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select7\",\n", @@ -47575,7 +47575,7 @@ " \"id\": \"single_select\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"8\"\n", " },\n", " {\n", " \"id\": \"single_select3\",\n", @@ -47583,7 +47583,7 @@ " \"id\": \"single_select3\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (10 highest, 1 lowest)\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"8\"\n", " },\n", " {\n", " \"id\": \"short_text0\",\n", @@ -47591,7 +47591,7 @@ " \"id\": \"short_text0\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Interactions are always good way to connect and boost ideas.\"\n", " },\n", " {\n", " \"id\": \"single_select6\",\n", @@ -47599,7 +47599,7 @@ " \"id\": \"single_select6\",\n", " \"title\": \"Are you continuing in Tribe Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Yes\"\n", " },\n", " {\n", " \"id\": \"short_text2\",\n", @@ -47607,7 +47607,7 @@ " \"id\": \"short_text2\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"This is a repeating question.\"\n", " },\n", " {\n", " \"id\": \"multi_select9\",\n", @@ -47615,7 +47615,7 @@ " \"id\": \"multi_select9\",\n", " \"title\": \"In what ways have you been engaged in the community? You can choose multiple options.\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Attending events or other activities, Being part of a sub-team (events, operational team, other), Using the community space\"\n", " },\n", " {\n", " \"id\": \"short_text9\",\n", @@ -47631,7 +47631,7 @@ " \"id\": \"single_select1\",\n", " \"title\": \"How do you identify yourself?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Female\"\n", " },\n", " {\n", " \"id\": \"single_select9\",\n", @@ -47639,7 +47639,7 @@ " \"id\": \"single_select9\",\n", " \"title\": \"To what age range do you belong to?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"30-50\"\n", " },\n", " {\n", " \"id\": \"single_select4\",\n", @@ -47647,7 +47647,7 @@ " \"id\": \"single_select4\",\n", " \"title\": \"What is your current occupation?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Other\"\n", " },\n", " {\n", " \"id\": \"true___false6\",\n", @@ -47655,7 +47655,7 @@ " \"id\": \"true___false6\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\n\\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"short_text10\",\n", @@ -47703,7 +47703,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -47716,7 +47716,7 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7684403762\",\n", + " \"id\": \"7510267350\",\n", " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", @@ -47741,7 +47741,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-10-22\"\n", + " \"text\": \"2024-09-26\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -47909,7 +47909,7 @@ " \"id\": \"short_text6\",\n", " \"title\": \"What traits/skills have you been able to improve/develop during your time in Fellowship?\"\n", " },\n", - " \"text\": \"Networking, dataskills\"\n", + " \"text\": \"Business/Marketing Skills\"\n", " },\n", " {\n", " \"id\": \"short_text39\",\n", @@ -47917,7 +47917,7 @@ " \"id\": \"short_text39\",\n", " \"title\": \"What have you accomplished during 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"started learning newskills\"\n", + " \"text\": \"New team building\"\n", " },\n", " {\n", " \"id\": \"short_text29\",\n", @@ -47925,7 +47925,7 @@ " \"id\": \"short_text29\",\n", " \"title\": \"Highlight some experiences in the last 6 months (3 favorite moments/events/achievements/learnings\\u2026)\"\n", " },\n", - " \"text\": \"Joined as intern\"\n", + " \"text\": \"Volunteering, team meetings, overall support from the community\"\n", " },\n", " {\n", " \"id\": \"single_select57\",\n", @@ -47933,7 +47933,7 @@ " \"id\": \"single_select57\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": \"9\"\n", + " \"text\": \"10\"\n", " },\n", " {\n", " \"id\": \"single_select0\",\n", @@ -47941,7 +47941,7 @@ " \"id\": \"single_select0\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": \"8\"\n", + " \"text\": \"10\"\n", " },\n", " {\n", " \"id\": \"short_text60\",\n", @@ -47965,7 +47965,7 @@ " \"id\": \"short_text76\",\n", " \"title\": \"What do you want to accomplish in the next 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"Upskill\"\n", + " \"text\": \"More Prominent Work in Projects\"\n", " },\n", " {\n", " \"id\": \"single_select7\",\n", @@ -48138,8 +48138,8 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7791577363\",\n", - " \"name\": \"Shalinga\",\n", + " \"id\": \"7684403762\",\n", + " \"name\": \"Incoming form answer\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -48163,7 +48163,7 @@ " \"id\": \"date\",\n", " \"title\": \"Date of Application\"\n", " },\n", - " \"text\": \"2024-11-06\"\n", + " \"text\": \"2024-10-22\"\n", " },\n", " {\n", " \"id\": \"date_mknfqhv\",\n", @@ -48179,7 +48179,7 @@ " \"id\": \"single_select5\",\n", " \"title\": \"Do you want to continue in Tribe Fellowship?\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"Yes\"\n", " },\n", " {\n", " \"id\": \"short_text_19\",\n", @@ -48283,7 +48283,7 @@ " \"id\": \"multi_select5\",\n", " \"title\": \"What part of the community circle are you most interested in?\"\n", " },\n", - " \"text\": \"I am not sure\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select01\",\n", @@ -48291,7 +48291,7 @@ " \"id\": \"multi_select01\",\n", " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", " },\n", - " \"text\": \"Community engagement, Personal expertise, Teamwork in Startup Culture, Communication\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"multi_select6\",\n", @@ -48299,7 +48299,7 @@ " \"id\": \"multi_select6\",\n", " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", " },\n", - " \"text\": \"Build partnerships between organizations, Co-Founders, Developing my business idea, Employment in the startup ecosystem\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text45\",\n", @@ -48331,7 +48331,7 @@ " \"id\": \"short_text6\",\n", " \"title\": \"What traits/skills have you been able to improve/develop during your time in Fellowship?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Networking, dataskills\"\n", " },\n", " {\n", " \"id\": \"short_text39\",\n", @@ -48339,7 +48339,7 @@ " \"id\": \"short_text39\",\n", " \"title\": \"What have you accomplished during 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"started learning newskills\"\n", " },\n", " {\n", " \"id\": \"short_text29\",\n", @@ -48347,7 +48347,7 @@ " \"id\": \"short_text29\",\n", " \"title\": \"Highlight some experiences in the last 6 months (3 favorite moments/events/achievements/learnings\\u2026)\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Joined as intern\"\n", " },\n", " {\n", " \"id\": \"single_select57\",\n", @@ -48355,7 +48355,7 @@ " \"id\": \"single_select57\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"9\"\n", " },\n", " {\n", " \"id\": \"single_select0\",\n", @@ -48363,7 +48363,7 @@ " \"id\": \"single_select0\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", " },\n", - " \"text\": null\n", + " \"text\": \"8\"\n", " },\n", " {\n", " \"id\": \"short_text60\",\n", @@ -48379,7 +48379,7 @@ " \"id\": \"true___false9\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"v\"\n", " },\n", " {\n", " \"id\": \"short_text76\",\n", @@ -48387,7 +48387,7 @@ " \"id\": \"short_text76\",\n", " \"title\": \"What do you want to accomplish in the next 6 months in Fellowship?\"\n", " },\n", - " \"text\": \"\"\n", + " \"text\": \"Upskill\"\n", " },\n", " {\n", " \"id\": \"single_select7\",\n", @@ -48419,7 +48419,7 @@ " \"id\": \"single_select\",\n", " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10\"\n", " },\n", - " \"text\": \"10\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select3\",\n", @@ -48427,7 +48427,7 @@ " \"id\": \"single_select3\",\n", " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (10 highest, 1 lowest)\"\n", " },\n", - " \"text\": \"10\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text0\",\n", @@ -48435,7 +48435,7 @@ " \"id\": \"short_text0\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"events and guidance\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select6\",\n", @@ -48443,7 +48443,7 @@ " \"id\": \"single_select6\",\n", " \"title\": \"Are you continuing in Tribe Fellowship?\"\n", " },\n", - " \"text\": \"Yes\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text2\",\n", @@ -48451,7 +48451,7 @@ " \"id\": \"short_text2\",\n", " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", " },\n", - " \"text\": \"same as 3 questions :-)\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"multi_select9\",\n", @@ -48459,7 +48459,7 @@ " \"id\": \"multi_select9\",\n", " \"title\": \"In what ways have you been engaged in the community? You can choose multiple options.\"\n", " },\n", - " \"text\": \"Attending events or other activities, Starting or participating in a project in Tribe\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"short_text9\",\n", @@ -48467,7 +48467,7 @@ " \"id\": \"short_text9\",\n", " \"title\": \"Following some additional questions regarding basic information for us to understand the target group of Fellowship better:\\n\\nWhat nationality or nationalities do you hold?\"\n", " },\n", - " \"text\": \"Sri Lankan\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"single_select1\",\n", @@ -48475,7 +48475,7 @@ " \"id\": \"single_select1\",\n", " \"title\": \"How do you identify yourself?\"\n", " },\n", - " \"text\": \"Male\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select9\",\n", @@ -48483,7 +48483,7 @@ " \"id\": \"single_select9\",\n", " \"title\": \"To what age range do you belong to?\"\n", " },\n", - " \"text\": \"30-50\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"single_select4\",\n", @@ -48491,7 +48491,7 @@ " \"id\": \"single_select4\",\n", " \"title\": \"What is your current occupation?\"\n", " },\n", - " \"text\": \"Entrepreneur\"\n", + " \"text\": null\n", " },\n", " {\n", " \"id\": \"true___false6\",\n", @@ -48499,7 +48499,7 @@ " \"id\": \"true___false6\",\n", " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\n\\nCheck it out here: tribetampere.com/privacy-statement\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"short_text10\",\n", @@ -48547,7 +48547,7 @@ " \"id\": \"true___false\",\n", " \"title\": \"Privacy policy\"\n", " },\n", - " \"text\": \"v\"\n", + " \"text\": \"\"\n", " },\n", " {\n", " \"id\": \"true___false3\",\n", @@ -48560,8 +48560,430 @@ " ]\n", " },\n", " {\n", - " \"id\": \"7800715006\",\n", - " \"name\": \"Bora Altun\",\n", + " \"id\": \"7791577363\",\n", + " \"name\": \"Shalinga\",\n", + " \"column_values\": [\n", + " {\n", + " \"id\": \"short_text_1\",\n", + " \"column\": {\n", + " \"id\": \"short_text_1\",\n", + " \"title\": \"Name\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"status\",\n", + " \"column\": {\n", + " \"id\": \"status\",\n", + " \"title\": \"Status\"\n", + " },\n", + " \"text\": \"Onboarding booked\"\n", + " },\n", + " {\n", + " \"id\": \"date\",\n", + " \"column\": {\n", + " \"id\": \"date\",\n", + " \"title\": \"Date of Application\"\n", + " },\n", + " \"text\": \"2024-11-06\"\n", + " },\n", + " {\n", + " \"id\": \"date_mknfqhv\",\n", + " \"column\": {\n", + " \"id\": \"date_mknfqhv\",\n", + " \"title\": \"Email Date\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"single_select5\",\n", + " \"column\": {\n", + " \"id\": \"single_select5\",\n", + " \"title\": \"Do you want to continue in Tribe Fellowship?\"\n", + " },\n", + " \"text\": null\n", + " },\n", + " {\n", + " \"id\": \"short_text_19\",\n", + " \"column\": {\n", + " \"id\": \"short_text_19\",\n", + " \"title\": \"email\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"color_mkpkbmej\",\n", + " \"column\": {\n", + " \"id\": \"color_mkpkbmej\",\n", + " \"title\": \"Do you have a startup/business idea that you want to work on?\"\n", + " },\n", + " \"text\": null\n", + " },\n", + " {\n", + " \"id\": \"long_text_mkpkjb81\",\n", + " \"column\": {\n", + " \"id\": \"long_text_mkpkjb81\",\n", + " \"title\": \"Describe the idea or a project that you are building on.\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"color_mkpk4rqx\",\n", + " \"column\": {\n", + " \"id\": \"color_mkpk4rqx\",\n", + " \"title\": \"Which stage/target group do you belong to?\"\n", + " },\n", + " \"text\": null\n", + " },\n", + " {\n", + " \"id\": \"dropdown_mkpkhmhy\",\n", + " \"column\": {\n", + " \"id\": \"dropdown_mkpkhmhy\",\n", + " \"title\": \"What is your progress so far?\"\n", + " },\n", + " \"text\": null\n", + " },\n", + " {\n", + " \"id\": \"long_text_mkpkv1w3\",\n", + " \"column\": {\n", + " \"id\": \"long_text_mkpkv1w3\",\n", + " \"title\": \"What are you next steps for your project?\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"long_text_mkpk73d3\",\n", + " \"column\": {\n", + " \"id\": \"long_text_mkpk73d3\",\n", + " \"title\": \"What skills do you feel like you need to develop to take your project forward?\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"dropdown_mkpkgsye\",\n", + " \"column\": {\n", + " \"id\": \"dropdown_mkpkgsye\",\n", + " \"title\": \"How do you want to be involved within the community?\"\n", + " },\n", + " \"text\": null\n", + " },\n", + " {\n", + " \"id\": \"dropdown_mkpkgwyx\",\n", + " \"column\": {\n", + " \"id\": \"dropdown_mkpkgwyx\",\n", + " \"title\": \"What skills are you looking forward to developing by joining the Fellowship?\"\n", + " },\n", + " \"text\": null\n", + " },\n", + " {\n", + " \"id\": \"dropdown_mkpkhks1\",\n", + " \"column\": {\n", + " \"id\": \"dropdown_mkpkhks1\",\n", + " \"title\": \"What attributes are you aiming to get through Fellowship?\"\n", + " },\n", + " \"text\": null\n", + " },\n", + " {\n", + " \"id\": \"text_mkpkw7n4\",\n", + " \"column\": {\n", + " \"id\": \"text_mkpkw7n4\",\n", + " \"title\": \"Write an attribute you like to get through the fellowship\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"text_mkpkzdfh\",\n", + " \"column\": {\n", + " \"id\": \"text_mkpkzdfh\",\n", + " \"title\": \"Write here other skills you would like to develop\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"multi_select5\",\n", + " \"column\": {\n", + " \"id\": \"multi_select5\",\n", + " \"title\": \"What part of the community circle are you most interested in?\"\n", + " },\n", + " \"text\": \"I am not sure\"\n", + " },\n", + " {\n", + " \"id\": \"multi_select01\",\n", + " \"column\": {\n", + " \"id\": \"multi_select01\",\n", + " \"title\": \"What skills are you looking forward to developing during your time in the Community Circle\"\n", + " },\n", + " \"text\": \"Community engagement, Personal expertise, Teamwork in Startup Culture, Communication\"\n", + " },\n", + " {\n", + " \"id\": \"multi_select6\",\n", + " \"column\": {\n", + " \"id\": \"multi_select6\",\n", + " \"title\": \"What attributes are you aiming to get through the Community Circle?\"\n", + " },\n", + " \"text\": \"Build partnerships between organizations, Co-Founders, Developing my business idea, Employment in the startup ecosystem\"\n", + " },\n", + " {\n", + " \"id\": \"short_text45\",\n", + " \"column\": {\n", + " \"id\": \"short_text45\",\n", + " \"title\": \"Where or from whom did you hear about Fellowship?\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"short_text3\",\n", + " \"column\": {\n", + " \"id\": \"short_text3\",\n", + " \"title\": \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"date2\",\n", + " \"column\": {\n", + " \"id\": \"date2\",\n", + " \"title\": \"Date of onboarding\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"short_text6\",\n", + " \"column\": {\n", + " \"id\": \"short_text6\",\n", + " \"title\": \"What traits/skills have you been able to improve/develop during your time in Fellowship?\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"short_text39\",\n", + " \"column\": {\n", + " \"id\": \"short_text39\",\n", + " \"title\": \"What have you accomplished during 6 months in Fellowship?\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"short_text29\",\n", + " \"column\": {\n", + " \"id\": \"short_text29\",\n", + " \"title\": \"Highlight some experiences in the last 6 months (3 favorite moments/events/achievements/learnings\\u2026)\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"single_select57\",\n", + " \"column\": {\n", + " \"id\": \"single_select57\",\n", + " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", + " },\n", + " \"text\": null\n", + " },\n", + " {\n", + " \"id\": \"single_select0\",\n", + " \"column\": {\n", + " \"id\": \"single_select0\",\n", + " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (1 lowest, 10 highest)\"\n", + " },\n", + " \"text\": null\n", + " },\n", + " {\n", + " \"id\": \"short_text60\",\n", + " \"column\": {\n", + " \"id\": \"short_text60\",\n", + " \"title\": \"Open feedback :)\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"true___false9\",\n", + " \"column\": {\n", + " \"id\": \"true___false9\",\n", + " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\nCheck it out here: tribetampere.com/privacy-statement\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"short_text76\",\n", + " \"column\": {\n", + " \"id\": \"short_text76\",\n", + " \"title\": \"What do you want to accomplish in the next 6 months in Fellowship?\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"single_select7\",\n", + " \"column\": {\n", + " \"id\": \"single_select7\",\n", + " \"title\": \"Have you moved to another program/organization/position/other?\"\n", + " },\n", + " \"text\": null\n", + " },\n", + " {\n", + " \"id\": \"short_text18\",\n", + " \"column\": {\n", + " \"id\": \"short_text18\",\n", + " \"title\": \"Where have you moved on to?\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"short_text93\",\n", + " \"column\": {\n", + " \"id\": \"short_text93\",\n", + " \"title\": \"What are your future plans?\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"single_select\",\n", + " \"column\": {\n", + " \"id\": \"single_select\",\n", + " \"title\": \"How likely would you recommend Tribe Fellowship (Startup Catalyst or Community Circle) to a friend on a scale of 1-10\"\n", + " },\n", + " \"text\": \"10\"\n", + " },\n", + " {\n", + " \"id\": \"single_select3\",\n", + " \"column\": {\n", + " \"id\": \"single_select3\",\n", + " \"title\": \"How likely would you recommend the Tribe community to a friend on a scale of 1-10 (10 highest, 1 lowest)\"\n", + " },\n", + " \"text\": \"10\"\n", + " },\n", + " {\n", + " \"id\": \"short_text0\",\n", + " \"column\": {\n", + " \"id\": \"short_text0\",\n", + " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", + " },\n", + " \"text\": \"events and guidance\"\n", + " },\n", + " {\n", + " \"id\": \"single_select6\",\n", + " \"column\": {\n", + " \"id\": \"single_select6\",\n", + " \"title\": \"Are you continuing in Tribe Fellowship?\"\n", + " },\n", + " \"text\": \"Yes\"\n", + " },\n", + " {\n", + " \"id\": \"short_text2\",\n", + " \"column\": {\n", + " \"id\": \"short_text2\",\n", + " \"title\": \"What would you need or expect from Tribe in the future to support you? (More actions, events, interactions, gatherings, guidance..?)\"\n", + " },\n", + " \"text\": \"same as 3 questions :-)\"\n", + " },\n", + " {\n", + " \"id\": \"multi_select9\",\n", + " \"column\": {\n", + " \"id\": \"multi_select9\",\n", + " \"title\": \"In what ways have you been engaged in the community? You can choose multiple options.\"\n", + " },\n", + " \"text\": \"Attending events or other activities, Starting or participating in a project in Tribe\"\n", + " },\n", + " {\n", + " \"id\": \"short_text9\",\n", + " \"column\": {\n", + " \"id\": \"short_text9\",\n", + " \"title\": \"Following some additional questions regarding basic information for us to understand the target group of Fellowship better:\\n\\nWhat nationality or nationalities do you hold?\"\n", + " },\n", + " \"text\": \"Sri Lankan\"\n", + " },\n", + " {\n", + " \"id\": \"single_select1\",\n", + " \"column\": {\n", + " \"id\": \"single_select1\",\n", + " \"title\": \"How do you identify yourself?\"\n", + " },\n", + " \"text\": \"Male\"\n", + " },\n", + " {\n", + " \"id\": \"single_select9\",\n", + " \"column\": {\n", + " \"id\": \"single_select9\",\n", + " \"title\": \"To what age range do you belong to?\"\n", + " },\n", + " \"text\": \"30-50\"\n", + " },\n", + " {\n", + " \"id\": \"single_select4\",\n", + " \"column\": {\n", + " \"id\": \"single_select4\",\n", + " \"title\": \"What is your current occupation?\"\n", + " },\n", + " \"text\": \"Entrepreneur\"\n", + " },\n", + " {\n", + " \"id\": \"true___false6\",\n", + " \"column\": {\n", + " \"id\": \"true___false6\",\n", + " \"title\": \"Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\n\\nCheck it out here: tribetampere.com/privacy-statement\"\n", + " },\n", + " \"text\": \"v\"\n", + " },\n", + " {\n", + " \"id\": \"short_text10\",\n", + " \"column\": {\n", + " \"id\": \"short_text10\",\n", + " \"title\": \"Please spesify:\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"subitems\",\n", + " \"column\": {\n", + " \"id\": \"subitems\",\n", + " \"title\": \"Subitems\"\n", + " },\n", + " \"text\": null\n", + " },\n", + " {\n", + " \"id\": \"text\",\n", + " \"column\": {\n", + " \"id\": \"text\",\n", + " \"title\": \"Impact/notes\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"short_text1\",\n", + " \"column\": {\n", + " \"id\": \"short_text1\",\n", + " \"title\": \"Write down what other attributes would you like to get through the community circle.\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"short_text7\",\n", + " \"column\": {\n", + " \"id\": \"short_text7\",\n", + " \"title\": \"Write here other skills you would like to develop.\"\n", + " },\n", + " \"text\": \"\"\n", + " },\n", + " {\n", + " \"id\": \"true___false\",\n", + " \"column\": {\n", + " \"id\": \"true___false\",\n", + " \"title\": \"Privacy policy\"\n", + " },\n", + " \"text\": \"v\"\n", + " },\n", + " {\n", + " \"id\": \"true___false3\",\n", + " \"column\": {\n", + " \"id\": \"true___false3\",\n", + " \"title\": \"Do you live in Tampere area?\"\n", + " },\n", + " \"text\": \"\"\n", + " }\n", + " ]\n", + " },\n", + " {\n", + " \"id\": \"7800715006\",\n", + " \"name\": \"Bora Altun\",\n", " \"column_values\": [\n", " {\n", " \"id\": \"short_text_1\",\n", @@ -49409,7 +49831,7 @@ " ]\n", " },\n", " \"extensions\": {\n", - " \"request_id\": \"cce99550-d66f-93b2-a7a7-82ffcf8ee706\"\n", + " \"request_id\": \"e478896a-b3a5-95cd-8216-fe1bbafaddaa\"\n", " }\n", "}\n" ] @@ -49469,7 +49891,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 4, "id": "ff7e69b7", "metadata": {}, "outputs": [ @@ -49748,8 +50170,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "da53ac57-0b7c-4c03-bc05-49731bc0b0ce", + "ref": "2ad6d755-5777-4d84-af34-abd9190664dc", "rows": [ [ "0", @@ -51604,7 +52025,7 @@ "9099616912", "Incoming form answer", "May Thin Khine", - "Onboarding booked", + "reminded to book", "2025-05-08", "", null, @@ -51772,7 +52193,7 @@ "9148937832", "Incoming form answer", "Abduljaleel Bayero", - "Onboarding booked", + "reminded to book", "2025-05-14", "", null, @@ -51937,6 +52358,62 @@ ], [ "39", + "9194288910", + "Incoming form answer", + "Tommi Norhamo", + "Onboarding booked", + "2025-05-20", + "", + null, + "tommi.norhamo@protonmail.ch", + "Yes, I have an idea or an existing project", + "Embedded Real-Time Kernel.", + "I am a solo entrepreneur", + "Prototype or Minimum Viable Product (MVP)", + "Make money (sales).", + "Sales skills.", + null, + null, + null, + "", + "", + null, + null, + null, + "ChatGPT, Ensimetri.", + "I'd like to meet like-minded people.", + "", + "", + "", + "", + null, + null, + "", + "", + "", + null, + "", + "", + null, + null, + "", + null, + null, + "", + null, + null, + null, + "", + "", + null, + "", + "", + "", + "v", + "v" + ], + [ + "40", "6008352447", "Incoming form answer", "abdel", @@ -51992,7 +52469,7 @@ "v" ], [ - "40", + "41", "6008356432", "Incoming form answer", "Mohamed Iheb Ben Khaled", @@ -52048,7 +52525,7 @@ "v" ], [ - "41", + "42", "6154843370", "Incoming form answer", "Harri Ruohonen", @@ -52104,7 +52581,7 @@ "v" ], [ - "42", + "43", "6163362394", "Fellow", "Zichen", @@ -52160,7 +52637,7 @@ "" ], [ - "43", + "44", "6294543168", "Incoming form answer", "Aleksandra", @@ -52216,7 +52693,7 @@ "v" ], [ - "44", + "45", "6164275768", "Fellow", "Jyri Filippov", @@ -52272,7 +52749,7 @@ "" ], [ - "45", + "46", "6164299579", "Fellow", "Eric Braa", @@ -52328,7 +52805,7 @@ "" ], [ - "46", + "47", "6164319903", "Fellow", "Mikko Malmivaara", @@ -52384,7 +52861,7 @@ "" ], [ - "47", + "48", "6164357439", "Fellow", "Brylie Christopher Oxley", @@ -52440,7 +52917,7 @@ "" ], [ - "48", + "49", "6164381250", "Fellow", "Randilu Soysa", @@ -52494,67 +52971,11 @@ "", "", "" - ], - [ - "49", - "6164398296", - "Fellow", - "Kostis Dimos", - "Onboarded", - "2024-01-12", - "", - null, - "kostis.a.dimos@gmail.com", - null, - "", - null, - null, - "", - "", - null, - null, - null, - "", - "", - null, - null, - null, - "Tampere municipality website (Tampere.fi)", - "I am an ML / AI Engineer with interested in speech and audio applications, language and technology and data processing and analytics. I moved to Finland 3 years ago and to Tampere about a year ago. I'm interested in research and technology during the day, cooking or playing football in the evening.", - "2024-01-12", - "", - "", - "", - null, - null, - "", - "", - "", - null, - "", - "", - null, - null, - "", - null, - null, - "", - null, - null, - null, - "", - "", - null, - "", - "", - "", - "", - "" ] ], "shape": { "columns": 53, - "rows": 117 + "rows": 118 } }, "text/html": [ @@ -52745,7 +53166,7 @@ " ...\n", " \n", " \n", - " 112\n", + " 113\n", " 7510267350\n", " Incoming form answer\n", " \n", @@ -52769,7 +53190,7 @@ " \n", " \n", " \n", - " 113\n", + " 114\n", " 7684403762\n", " Incoming form answer\n", " \n", @@ -52793,7 +53214,7 @@ " \n", " \n", " \n", - " 114\n", + " 115\n", " 7791577363\n", " Shalinga\n", " \n", @@ -52817,7 +53238,7 @@ " \n", " \n", " \n", - " 115\n", + " 116\n", " 7800715006\n", " Bora Altun\n", " \n", @@ -52841,7 +53262,7 @@ " \n", " \n", " \n", - " 116\n", + " 117\n", " 8436778916\n", " Incoming form answer\n", " \n", @@ -52866,7 +53287,7 @@ " \n", " \n", "\n", - "

117 rows × 53 columns

\n", + "

118 rows × 53 columns

\n", "" ], "text/plain": [ @@ -52877,11 +53298,11 @@ "3 7703148193 Incoming form answer Ifeoluwa Dosunmu \n", "4 7831969992 Incoming form answer Viola Tyynilä \n", ".. ... ... ... \n", - "112 7510267350 Incoming form answer \n", - "113 7684403762 Incoming form answer \n", - "114 7791577363 Shalinga \n", - "115 7800715006 Bora Altun \n", - "116 8436778916 Incoming form answer \n", + "113 7510267350 Incoming form answer \n", + "114 7684403762 Incoming form answer \n", + "115 7791577363 Shalinga \n", + "116 7800715006 Bora Altun \n", + "117 8436778916 Incoming form answer \n", "\n", " Status Date of Application Email Date \\\n", "0 Did not show up/canceled 2024-09-12 \n", @@ -52890,11 +53311,11 @@ "3 reminded to book 2024-10-24 \n", "4 reminded to book 2024-11-12 \n", ".. ... ... ... \n", - "112 Onboarding booked 2024-09-26 \n", - "113 Onboarding booked 2024-10-22 \n", - "114 Onboarding booked 2024-11-06 \n", - "115 Onboarding booked 2024-11-07 \n", - "116 Onboarding booked 2025-02-09 \n", + "113 Onboarding booked 2024-09-26 \n", + "114 Onboarding booked 2024-10-22 \n", + "115 Onboarding booked 2024-11-06 \n", + "116 Onboarding booked 2024-11-07 \n", + "117 Onboarding booked 2025-02-09 \n", "\n", " Do you want to continue in Tribe Fellowship? email \\\n", "0 None Pradovd4@gmail.com \n", @@ -52903,11 +53324,11 @@ "3 None ifeoluwajewel06@gmail.com \n", "4 None violatyynila@gmail.com \n", ".. ... ... \n", - "112 Yes \n", "113 Yes \n", - "114 None \n", + "114 Yes \n", "115 None \n", - "116 Yes \n", + "116 None \n", + "117 Yes \n", "\n", " Do you have a startup/business idea that you want to work on? \\\n", "0 None \n", @@ -52916,11 +53337,11 @@ "3 None \n", "4 None \n", ".. ... \n", - "112 None \n", "113 None \n", "114 None \n", "115 None \n", "116 None \n", + "117 None \n", "\n", " Describe the idea or a project that you are building on. ... \\\n", "0 ... \n", @@ -52929,11 +53350,11 @@ "3 ... \n", "4 ... \n", ".. ... ... \n", - "112 ... \n", "113 ... \n", "114 ... \n", "115 ... \n", "116 ... \n", + "117 ... \n", "\n", " To what age range do you belong to? What is your current occupation? \\\n", "0 None None \n", @@ -52942,11 +53363,11 @@ "3 None None \n", "4 None None \n", ".. ... ... \n", - "112 None None \n", "113 None None \n", - "114 30-50 Entrepreneur \n", + "114 None None \n", "115 30-50 Entrepreneur \n", - "116 None None \n", + "116 30-50 Entrepreneur \n", + "117 None None \n", "\n", " Privacy policy\\n\\nWe need your consent to the storage and processing of your data in accordance with the privacy statement. \\n\\nCheck it out here: tribetampere.com/privacy-statement \\\n", "0 \n", @@ -52955,11 +53376,11 @@ "3 \n", "4 \n", ".. ... \n", - "112 \n", "113 \n", - "114 v \n", + "114 \n", "115 v \n", - "116 \n", + "116 v \n", + "117 \n", "\n", " Please spesify: Subitems Impact/notes \\\n", "0 None \n", @@ -52968,11 +53389,11 @@ "3 None \n", "4 None \n", ".. ... ... ... \n", - "112 None \n", "113 None \n", "114 None \n", "115 None \n", "116 None \n", + "117 None \n", "\n", " Write down what other attributes would you like to get through the community circle. \\\n", "0 \n", @@ -52981,11 +53402,11 @@ "3 \n", "4 \n", ".. ... \n", - "112 \n", "113 \n", "114 \n", "115 \n", "116 \n", + "117 \n", "\n", " Write here other skills you would like to develop. Privacy policy \\\n", "0 v \n", @@ -52994,11 +53415,11 @@ "3 v \n", "4 v \n", ".. ... ... \n", - "112 \n", "113 \n", - "114 v \n", + "114 \n", "115 v \n", - "116 \n", + "116 v \n", + "117 \n", "\n", " Do you live in Tampere area? \n", "0 v \n", @@ -53007,16 +53428,16 @@ "3 v \n", "4 v \n", ".. ... \n", - "112 \n", "113 \n", "114 \n", "115 \n", "116 \n", + "117 \n", "\n", - "[117 rows x 53 columns]" + "[118 rows x 53 columns]" ] }, - "execution_count": 3, + "execution_count": 4, "metadata": {}, "output_type": "execute_result" } @@ -53028,7 +53449,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 5, "id": "98fa66e5", "metadata": {}, "outputs": [ @@ -65424,7 +65845,7 @@ " ]\n", " },\n", " \"extensions\": {\n", - " \"request_id\": \"4e9aeeb7-8caa-993c-a58e-c7b42766f931\"\n", + " \"request_id\": \"d861dc76-34de-9f4e-b07c-699ded1317c9\"\n", " }\n", "}\n" ] @@ -65485,7 +65906,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 6, "id": "cebde673", "metadata": {}, "outputs": [ @@ -65649,8 +66070,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "90bdaa49-8761-4f9f-97e0-966aa1506982", + "ref": "a4ea5075-fd9a-4cc6-841f-13286dc4080e", "rows": [ [ "0", @@ -69364,7 +69784,7 @@ "[52 rows x 30 columns]" ] }, - "execution_count": 5, + "execution_count": 6, "metadata": {}, "output_type": "execute_result" } @@ -69396,7 +69816,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 14, "id": "503783f1", "metadata": {}, "outputs": [ @@ -69485,8 +69905,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "1ec68579-f66a-43dc-84d7-c5542484854b", + "ref": "159f22ac-d4a1-45ad-b6f7-2ee710d8f806", "rows": [ [ "0", @@ -69979,7 +70398,7 @@ "9099616912", "Incoming form answer", "May Thin Khine", - "Onboarding booked", + "reminded to book", "xueyutanhua16@gmail.com", "2025-05-08", "", @@ -70047,7 +70466,7 @@ "v" ], [ - "39", + "40", "6008352447", "Incoming form answer", "abdel", @@ -70065,7 +70484,7 @@ "v" ], [ - "40", + "41", "6008356432", "Incoming form answer", "Mohamed Iheb Ben Khaled", @@ -70083,7 +70502,7 @@ "v" ], [ - "41", + "42", "6154843370", "Incoming form answer", "Harri Ruohonen", @@ -70101,7 +70520,7 @@ "v" ], [ - "42", + "43", "6163362394", "Fellow", "Zichen", @@ -70119,7 +70538,7 @@ "" ], [ - "43", + "44", "6294543168", "Incoming form answer", "Aleksandra", @@ -70137,7 +70556,7 @@ "v" ], [ - "44", + "45", "6164275768", "Fellow", "Jyri Filippov", @@ -70155,7 +70574,7 @@ "" ], [ - "45", + "46", "6164299579", "Fellow", "Eric Braa", @@ -70173,7 +70592,7 @@ "" ], [ - "46", + "47", "6164319903", "Fellow", "Mikko Malmivaara", @@ -70191,7 +70610,7 @@ "" ], [ - "47", + "48", "6164357439", "Fellow", "Brylie Christopher Oxley", @@ -70209,7 +70628,7 @@ "" ], [ - "48", + "49", "6164381250", "Fellow", "Randilu Soysa", @@ -70227,7 +70646,7 @@ "" ], [ - "49", + "50", "6164398296", "Fellow", "Kostis Dimos", @@ -70245,7 +70664,7 @@ "" ], [ - "50", + "51", "6164418510", "Fellow", "Goodluck Adimuko", @@ -70263,7 +70682,7 @@ "" ], [ - "51", + "52", "6132373555", "Incoming form answer", "Sumeet Bhalla", @@ -70281,7 +70700,7 @@ "v" ], [ - "52", + "53", "6129665586", "Incoming form answer", "ADETOKUNBOH ADEMOLA GBEMIBADE", @@ -70299,7 +70718,7 @@ "v" ], [ - "53", + "54", "6310134670", "Incoming form answer", "Raúl Berlanga", @@ -70317,7 +70736,7 @@ "v" ], [ - "54", + "55", "6310117364", "Incoming form answer", "Nina Erkkilä", @@ -70335,7 +70754,7 @@ "v" ], [ - "55", + "56", "6214663549", "Incoming form answer", "Selma Eda", @@ -70353,7 +70772,7 @@ "v" ], [ - "56", + "57", "6310892172", "Incoming form answer", "Jubril Olalekan", @@ -70371,7 +70790,7 @@ "v" ], [ - "57", + "58", "6298117438", "Incoming form answer", "Sakhr Tamsna Sakke", @@ -70540,7 +70959,7 @@ " ...\n", " \n", " \n", - " 112\n", + " 113\n", " 7510267350\n", " Incoming form answer\n", " \n", @@ -70558,7 +70977,7 @@ " \n", " \n", " \n", - " 113\n", + " 114\n", " 7684403762\n", " Incoming form answer\n", " \n", @@ -70576,7 +70995,7 @@ " \n", " \n", " \n", - " 114\n", + " 115\n", " 7791577363\n", " Shalinga\n", " \n", @@ -70594,7 +71013,7 @@ " \n", " \n", " \n", - " 115\n", + " 116\n", " 7800715006\n", " Bora Altun\n", " \n", @@ -70612,7 +71031,7 @@ " \n", " \n", " \n", - " 116\n", + " 117\n", " 8436778916\n", " Incoming form answer\n", " \n", @@ -70642,11 +71061,11 @@ "3 7703148193 Incoming form answer Ifeoluwa Dosunmu \n", "4 7831969992 Incoming form answer Viola Tyynilä \n", ".. ... ... ... \n", - "112 7510267350 Incoming form answer \n", - "113 7684403762 Incoming form answer \n", - "114 7791577363 Shalinga \n", - "115 7800715006 Bora Altun \n", - "116 8436778916 Incoming form answer \n", + "113 7510267350 Incoming form answer \n", + "114 7684403762 Incoming form answer \n", + "115 7791577363 Shalinga \n", + "116 7800715006 Bora Altun \n", + "117 8436778916 Incoming form answer \n", "\n", " Status email Date of Application \\\n", "0 Did not show up/canceled Pradovd4@gmail.com 2024-09-12 \n", @@ -70655,11 +71074,11 @@ "3 reminded to book ifeoluwajewel06@gmail.com 2024-10-24 \n", "4 reminded to book violatyynila@gmail.com 2024-11-12 \n", ".. ... ... ... \n", - "112 Onboarding booked 2024-09-26 \n", - "113 Onboarding booked 2024-10-22 \n", - "114 Onboarding booked 2024-11-06 \n", - "115 Onboarding booked 2024-11-07 \n", - "116 Onboarding booked 2025-02-09 \n", + "113 Onboarding booked 2024-09-26 \n", + "114 Onboarding booked 2024-10-22 \n", + "115 Onboarding booked 2024-11-06 \n", + "116 Onboarding booked 2024-11-07 \n", + "117 Onboarding booked 2025-02-09 \n", "\n", " Email Date Do you have a startup/business idea that you want to work on? \\\n", "0 None \n", @@ -70668,11 +71087,11 @@ "3 None \n", "4 None \n", ".. ... ... \n", - "112 None \n", "113 None \n", "114 None \n", "115 None \n", "116 None \n", + "117 None \n", "\n", " What part of the community circle are you most interested in? \\\n", "0 I am not sure \n", @@ -70681,11 +71100,11 @@ "3 Events, Operational Team, Networking, Challenges \n", "4 I am not sure, Networking \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 I am not sure \n", - "115 Networking, Events, Challenges \n", - "116 None \n", + "114 None \n", + "115 I am not sure \n", + "116 Networking, Events, Challenges \n", + "117 None \n", "\n", " What skills are you looking forward to developing during your time in the Community Circle \\\n", "0 IT skills \n", @@ -70694,11 +71113,11 @@ "3 Community engagement, Personal expertise, Team... \n", "4 Teamwork in Startup Culture \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 Community engagement, Personal expertise, Team... \n", - "115 Personal expertise, Communication, Problem-sol... \n", - "116 None \n", + "114 None \n", + "115 Community engagement, Personal expertise, Team... \n", + "116 Personal expertise, Communication, Problem-sol... \n", + "117 None \n", "\n", " What attributes are you aiming to get through the Community Circle? \\\n", "0 Employment in the startup ecosystem \n", @@ -70707,11 +71126,11 @@ "3 Build partnerships between organizations, Inte... \n", "4 Developing my business idea \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 Build partnerships between organizations, Co-F... \n", - "115 Co-Founders, Familiarize yourself with the reg... \n", - "116 None \n", + "114 None \n", + "115 Build partnerships between organizations, Co-F... \n", + "116 Co-Founders, Familiarize yourself with the reg... \n", + "117 None \n", "\n", " Where or from whom did you hear about Fellowship? \\\n", "0 From TE office \n", @@ -70720,11 +71139,11 @@ "3 Tampere Job Fair \n", "4 Santeri Simonen \n", ".. ... \n", - "112 \n", "113 \n", "114 \n", "115 \n", "116 \n", + "117 \n", "\n", " Anything else you want to tell us? (achievements, expectations, goals, needs.....?) \\\n", "0 \n", @@ -70733,11 +71152,11 @@ "3 \n", "4 \n", ".. ... \n", - "112 \n", "113 \n", "114 \n", "115 \n", "116 \n", + "117 \n", "\n", " Date of onboarding Do you live in Tampere area? \n", "0 v \n", @@ -70746,16 +71165,16 @@ "3 v \n", "4 v \n", ".. ... ... \n", - "112 \n", "113 \n", "114 \n", "115 \n", "116 \n", + "117 \n", "\n", "[105 rows x 15 columns]" ] }, - "execution_count": 6, + "execution_count": 14, "metadata": {}, "output_type": "execute_result" } @@ -70789,7 +71208,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 8, "id": "fbd62f0b", "metadata": {}, "outputs": [ @@ -70898,8 +71317,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "57efc18c-6fb6-45c4-b79d-825dbcab8975", + "ref": "5bcb4efb-4c91-428b-993e-107b8485c9b4", "rows": [ [ "17", @@ -71060,7 +71478,7 @@ "9148937832", "Incoming form answer", "Abduljaleel Bayero", - "Onboarding booked", + "reminded to book", "abduljaleelbayero1@gmail.com", "2025-05-14", "", @@ -71078,7 +71496,29 @@ "" ], [ - "96", + "39", + "9194288910", + "Incoming form answer", + "Tommi Norhamo", + "Onboarding booked", + "tommi.norhamo@protonmail.ch", + "2025-05-20", + "", + null, + "Yes, I have an idea or an existing project", + "Embedded Real-Time Kernel.", + "I am a solo entrepreneur", + "Prototype or Minimum Viable Product (MVP)", + "Make money (sales).", + "Sales skills.", + null, + null, + null, + "", + "" + ], + [ + "97", "8995303498", "Incoming form answer", "Hamzah Farooq", @@ -71100,7 +71540,7 @@ "" ], [ - "98", + "99", "9012265469", "Incoming form answer", "Perttu Nousiainen", @@ -71122,7 +71562,7 @@ "" ], [ - "100", + "101", "8946624758", "Incoming form answer", "Lige Sun", @@ -71144,7 +71584,7 @@ "" ], [ - "101", + "102", "9067817110", "Incoming form answer", "Anthony Sylvestre", @@ -71168,7 +71608,7 @@ ], "shape": { "columns": 19, - "rows": 12 + "rows": 13 } }, "text/html": [ @@ -71371,7 +71811,7 @@ " 9148937832\n", " Incoming form answer\n", " Abduljaleel Bayero\n", - " Onboarding booked\n", + " reminded to book\n", " abduljaleelbayero1@gmail.com\n", " 2025-05-14\n", " \n", @@ -71389,7 +71829,29 @@ " \n", " \n", " \n", - " 96\n", + " 39\n", + " 9194288910\n", + " Incoming form answer\n", + " Tommi Norhamo\n", + " Onboarding booked\n", + " tommi.norhamo@protonmail.ch\n", + " 2025-05-20\n", + " \n", + " None\n", + " Yes, I have an idea or an existing project\n", + " Embedded Real-Time Kernel.\n", + " I am a solo entrepreneur\n", + " Prototype or Minimum Viable Product (MVP)\n", + " Make money (sales).\n", + " Sales skills.\n", + " None\n", + " None\n", + " None\n", + " \n", + " \n", + " \n", + " \n", + " 97\n", " 8995303498\n", " Incoming form answer\n", " Hamzah Farooq\n", @@ -71411,7 +71873,7 @@ " \n", " \n", " \n", - " 98\n", + " 99\n", " 9012265469\n", " Incoming form answer\n", " Perttu Nousiainen\n", @@ -71433,7 +71895,7 @@ " \n", " \n", " \n", - " 100\n", + " 101\n", " 8946624758\n", " Incoming form answer\n", " Lige Sun\n", @@ -71455,7 +71917,7 @@ " \n", " \n", " \n", - " 101\n", + " 102\n", " 9067817110\n", " Incoming form answer\n", " Anthony Sylvestre\n", @@ -71490,10 +71952,11 @@ "32 9041075863 Incoming form answer Kabir Jishan \n", "35 9127311455 Incoming form answer Päivi Aittala \n", "36 9148937832 Incoming form answer Abduljaleel Bayero \n", - "96 8995303498 Incoming form answer Hamzah Farooq \n", - "98 9012265469 Incoming form answer Perttu Nousiainen \n", - "100 8946624758 Incoming form answer Lige Sun \n", - "101 9067817110 Incoming form answer Anthony Sylvestre \n", + "39 9194288910 Incoming form answer Tommi Norhamo \n", + "97 8995303498 Incoming form answer Hamzah Farooq \n", + "99 9012265469 Incoming form answer Perttu Nousiainen \n", + "101 8946624758 Incoming form answer Lige Sun \n", + "102 9067817110 Incoming form answer Anthony Sylvestre \n", "\n", " Status email \\\n", "17 Did not show up/canceled PRANAVAGRAWAL91@GMAIL.COM \n", @@ -71503,11 +71966,12 @@ "30 Onboarding booked johanna.kitiniemi@hotmail.fi \n", "32 Onboarding booked mdfijulkabir.jishan@tuni.fi \n", "35 Onboarding booked aittalap@gmail.com \n", - "36 Onboarding booked abduljaleelbayero1@gmail.com \n", - "96 Onboarded hamzah.farooque@gmail.com \n", - "98 Onboarded perrttu.nousiainen@gmail.com \n", - "100 Onboarded ligesun@hotmail.com \n", - "101 Onboarded anthony.sylvestre@unchain-studio.com \n", + "36 reminded to book abduljaleelbayero1@gmail.com \n", + "39 Onboarding booked tommi.norhamo@protonmail.ch \n", + "97 Onboarded hamzah.farooque@gmail.com \n", + "99 Onboarded perrttu.nousiainen@gmail.com \n", + "101 Onboarded ligesun@hotmail.com \n", + "102 Onboarded anthony.sylvestre@unchain-studio.com \n", "\n", " Date of Application Email Date \\\n", "17 2025-04-09 2025-04-09 \n", @@ -71518,10 +71982,11 @@ "32 2025-04-30 \n", "35 2025-05-12 \n", "36 2025-05-14 \n", - "96 2025-04-24 \n", - "98 2025-04-26 \n", - "100 2025-04-16 \n", - "101 2025-05-05 \n", + "39 2025-05-20 \n", + "97 2025-04-24 \n", + "99 2025-04-26 \n", + "101 2025-04-16 \n", + "102 2025-05-05 \n", "\n", " Do you want to continue in Tribe Fellowship? \\\n", "17 None \n", @@ -71532,10 +71997,11 @@ "32 None \n", "35 None \n", "36 None \n", - "96 None \n", - "98 None \n", - "100 None \n", + "39 None \n", + "97 None \n", + "99 None \n", "101 None \n", + "102 None \n", "\n", " Do you have a startup/business idea that you want to work on? \\\n", "17 Yes, I have an idea or an existing project \n", @@ -71546,10 +72012,11 @@ "32 Yes, I have an idea or an existing project \n", "35 Yes, I have an idea or an existing project \n", "36 Yes, I have an idea or an existing project \n", - "96 Yes, I have an idea or an existing project \n", - "98 Yes, I have an idea or an existing project \n", - "100 Yes, I have an idea or an existing project \n", + "39 Yes, I have an idea or an existing project \n", + "97 Yes, I have an idea or an existing project \n", + "99 Yes, I have an idea or an existing project \n", "101 Yes, I have an idea or an existing project \n", + "102 Yes, I have an idea or an existing project \n", "\n", " Describe the idea or a project that you are building on. \\\n", "17 I want to start a business regarding sales or ... \n", @@ -71560,10 +72027,11 @@ "32 Currently I am working under Photonics Glasses... \n", "35 I will be offering support services in the are... \n", "36 RiderLink – Simplifying Gig Work in Finland\\n\\... \n", - "96 I have to choose between ideas:\\n1. Upgradatio... \n", - "98 Task Hire Oy, that is part of the Startup Cata... \n", - "100 - I started my toiminimi registered with Tampe... \n", - "101 I'm CEO of the young creative agency, Unchain ... \n", + "39 Embedded Real-Time Kernel. \n", + "97 I have to choose between ideas:\\n1. Upgradatio... \n", + "99 Task Hire Oy, that is part of the Startup Cata... \n", + "101 - I started my toiminimi registered with Tampe... \n", + "102 I'm CEO of the young creative agency, Unchain ... \n", "\n", " Which stage/target group do you belong to? \\\n", "17 I have a startup/project idea BUT no team \n", @@ -71574,10 +72042,11 @@ "32 I have a startup/project idea BUT no team \n", "35 I am a solo entrepreneur \n", "36 I am a solo entrepreneur \n", - "96 I have a startup/project idea AND I have a team \n", - "98 I have a startup/project idea AND I have a team \n", - "100 I am a solo entrepreneur \n", - "101 I have a startup/project idea AND I have a team \n", + "39 I am a solo entrepreneur \n", + "97 I have a startup/project idea AND I have a team \n", + "99 I have a startup/project idea AND I have a team \n", + "101 I am a solo entrepreneur \n", + "102 I have a startup/project idea AND I have a team \n", "\n", " What is your progress so far? \\\n", "17 Idea Validation \n", @@ -71588,10 +72057,11 @@ "32 Idea or Business Concept \n", "35 Revenue, Business Plan \n", "36 Idea or Business Concept \n", - "96 Idea or Business Concept \n", - "98 Idea Validation \n", - "100 Prototype or Minimum Viable Product (MVP), Rev... \n", - "101 Idea or Business Concept, Idea Validation, Bus... \n", + "39 Prototype or Minimum Viable Product (MVP) \n", + "97 Idea or Business Concept \n", + "99 Idea Validation \n", + "101 Prototype or Minimum Viable Product (MVP), Rev... \n", + "102 Idea or Business Concept, Idea Validation, Bus... \n", "\n", " What are you next steps for your project? \\\n", "17 To collect more information on this and connec... \n", @@ -71602,10 +72072,11 @@ "32 I want to make a team with like minded physici... \n", "35 The company ( Toiminimi ) registration in Finl... \n", "36 •\\tBuild a functional MVP (minimum viable prod... \n", - "96 Build business plan and go to market strategy \n", - "98 Pilot and market the idea! \n", - "100 - Develop business in Finland to increase dive... \n", - "101 Scaling and maintaining the quality while expe... \n", + "39 Make money (sales). \n", + "97 Build business plan and go to market strategy \n", + "99 Pilot and market the idea! \n", + "101 - Develop business in Finland to increase dive... \n", + "102 Scaling and maintaining the quality while expe... \n", "\n", " What skills do you feel like you need to develop to take your project forward? \\\n", "17 Know more about market. \n", @@ -71616,10 +72087,11 @@ "32 I need to know how to sell my idea to people o... \n", "35 Networking and meeting people offline. \n", "36 •\\tAdvanced product development and no-code/lo... \n", - "96 Legal terms and condition considering europe.\\... \n", - "98 Perhaps coding \n", - "100 - Marketing and branding skills\\n- Business kn... \n", - "101 Networking, HR, finding strategies to scale th... \n", + "39 Sales skills. \n", + "97 Legal terms and condition considering europe.\\... \n", + "99 Perhaps coding \n", + "101 - Marketing and branding skills\\n- Business kn... \n", + "102 Networking, HR, finding strategies to scale th... \n", "\n", " How do you want to be involved within the community? \\\n", "17 None \n", @@ -71630,10 +72102,11 @@ "32 None \n", "35 None \n", "36 None \n", - "96 None \n", - "98 None \n", - "100 None \n", + "39 None \n", + "97 None \n", + "99 None \n", "101 None \n", + "102 None \n", "\n", " What skills are you looking forward to developing by joining the Fellowship? \\\n", "17 None \n", @@ -71644,10 +72117,11 @@ "32 None \n", "35 None \n", "36 None \n", - "96 None \n", - "98 None \n", - "100 None \n", + "39 None \n", + "97 None \n", + "99 None \n", "101 None \n", + "102 None \n", "\n", " What attributes are you aiming to get through Fellowship? \\\n", "17 None \n", @@ -71658,10 +72132,11 @@ "32 None \n", "35 None \n", "36 None \n", - "96 None \n", - "98 None \n", - "100 None \n", + "39 None \n", + "97 None \n", + "99 None \n", "101 None \n", + "102 None \n", "\n", " Write an attribute you like to get through the fellowship \\\n", "17 \n", @@ -71672,10 +72147,11 @@ "32 \n", "35 \n", "36 \n", - "96 \n", - "98 \n", - "100 \n", + "39 \n", + "97 \n", + "99 \n", "101 \n", + "102 \n", "\n", " Write here other skills you would like to develop \n", "17 \n", @@ -71686,13 +72162,14 @@ "32 \n", "35 \n", "36 \n", - "96 \n", - "98 \n", - "100 \n", - "101 " + "39 \n", + "97 \n", + "99 \n", + "101 \n", + "102 " ] }, - "execution_count": 7, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } @@ -71758,7 +72235,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 9, "id": "7fb27b941602401d91542211134fc71a", "metadata": {}, "outputs": [ @@ -71867,8 +72344,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "cfe533cd-823d-41ba-9a0a-c7d2ad2988c6", + "ref": "140f940f-9344-4353-bfc0-bd69ce6205f0", "rows": [ [ "0", @@ -74869,7 +75345,7 @@ "51 v " ] }, - "execution_count": 8, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" } @@ -74903,7 +75379,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 10, "id": "aa2d1ad4", "metadata": {}, "outputs": [ @@ -74992,8 +75468,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "cbbf58a4-a4ea-4680-bb33-fc43a67df653", + "ref": "68f64d35-2ea3-4af3-b358-a288b9167be7", "rows": [ [ "0", @@ -75486,7 +75961,7 @@ "9099616912", "Incoming form answer", "May Thin Khine", - "Onboarding booked", + "reminded to book", "xueyutanhua16@gmail.com", "2025-05-08", "", @@ -75554,7 +76029,7 @@ "v" ], [ - "39", + "40", "6008352447", "Incoming form answer", "abdel", @@ -75572,7 +76047,7 @@ "v" ], [ - "40", + "41", "6008356432", "Incoming form answer", "Mohamed Iheb Ben Khaled", @@ -75590,7 +76065,7 @@ "v" ], [ - "41", + "42", "6154843370", "Incoming form answer", "Harri Ruohonen", @@ -75608,7 +76083,7 @@ "v" ], [ - "42", + "43", "6163362394", "Fellow", "Zichen", @@ -75626,7 +76101,7 @@ "" ], [ - "43", + "44", "6294543168", "Incoming form answer", "Aleksandra", @@ -75644,7 +76119,7 @@ "v" ], [ - "44", + "45", "6164275768", "Fellow", "Jyri Filippov", @@ -75662,7 +76137,7 @@ "" ], [ - "45", + "46", "6164299579", "Fellow", "Eric Braa", @@ -75680,7 +76155,7 @@ "" ], [ - "46", + "47", "6164319903", "Fellow", "Mikko Malmivaara", @@ -75698,7 +76173,7 @@ "" ], [ - "47", + "48", "6164357439", "Fellow", "Brylie Christopher Oxley", @@ -75716,7 +76191,7 @@ "" ], [ - "48", + "49", "6164381250", "Fellow", "Randilu Soysa", @@ -75734,7 +76209,7 @@ "" ], [ - "49", + "50", "6164398296", "Fellow", "Kostis Dimos", @@ -75752,7 +76227,7 @@ "" ], [ - "50", + "51", "6164418510", "Fellow", "Goodluck Adimuko", @@ -75770,7 +76245,7 @@ "" ], [ - "51", + "52", "6132373555", "Incoming form answer", "Sumeet Bhalla", @@ -75788,7 +76263,7 @@ "v" ], [ - "52", + "53", "6129665586", "Incoming form answer", "ADETOKUNBOH ADEMOLA GBEMIBADE", @@ -75806,7 +76281,7 @@ "v" ], [ - "53", + "54", "6310134670", "Incoming form answer", "Raúl Berlanga", @@ -75824,7 +76299,7 @@ "v" ], [ - "54", + "55", "6310117364", "Incoming form answer", "Nina Erkkilä", @@ -75842,7 +76317,7 @@ "v" ], [ - "55", + "56", "6214663549", "Incoming form answer", "Selma Eda", @@ -75860,7 +76335,7 @@ "v" ], [ - "56", + "57", "6310892172", "Incoming form answer", "Jubril Olalekan", @@ -75878,7 +76353,7 @@ "v" ], [ - "57", + "58", "6298117438", "Incoming form answer", "Sakhr Tamsna Sakke", @@ -76047,7 +76522,7 @@ " ...\n", " \n", " \n", - " 112\n", + " 113\n", " 7510267350\n", " Incoming form answer\n", " \n", @@ -76065,7 +76540,7 @@ " \n", " \n", " \n", - " 113\n", + " 114\n", " 7684403762\n", " Incoming form answer\n", " \n", @@ -76083,7 +76558,7 @@ " \n", " \n", " \n", - " 114\n", + " 115\n", " 7791577363\n", " Shalinga\n", " \n", @@ -76101,7 +76576,7 @@ " \n", " \n", " \n", - " 115\n", + " 116\n", " 7800715006\n", " Bora Altun\n", " \n", @@ -76119,7 +76594,7 @@ " \n", " \n", " \n", - " 116\n", + " 117\n", " 8436778916\n", " Incoming form answer\n", " \n", @@ -76149,11 +76624,11 @@ "3 7703148193 Incoming form answer Ifeoluwa Dosunmu \n", "4 7831969992 Incoming form answer Viola Tyynilä \n", ".. ... ... ... \n", - "112 7510267350 Incoming form answer \n", - "113 7684403762 Incoming form answer \n", - "114 7791577363 Shalinga \n", - "115 7800715006 Bora Altun \n", - "116 8436778916 Incoming form answer \n", + "113 7510267350 Incoming form answer \n", + "114 7684403762 Incoming form answer \n", + "115 7791577363 Shalinga \n", + "116 7800715006 Bora Altun \n", + "117 8436778916 Incoming form answer \n", "\n", " Status email Date of Application \\\n", "0 Did not show up/canceled Pradovd4@gmail.com 2024-09-12 \n", @@ -76162,11 +76637,11 @@ "3 reminded to book ifeoluwajewel06@gmail.com 2024-10-24 \n", "4 reminded to book violatyynila@gmail.com 2024-11-12 \n", ".. ... ... ... \n", - "112 Onboarding booked 2024-09-26 \n", - "113 Onboarding booked 2024-10-22 \n", - "114 Onboarding booked 2024-11-06 \n", - "115 Onboarding booked 2024-11-07 \n", - "116 Onboarding booked 2025-02-09 \n", + "113 Onboarding booked 2024-09-26 \n", + "114 Onboarding booked 2024-10-22 \n", + "115 Onboarding booked 2024-11-06 \n", + "116 Onboarding booked 2024-11-07 \n", + "117 Onboarding booked 2025-02-09 \n", "\n", " Email Date Do you have a startup/business idea that you want to work on? \\\n", "0 None \n", @@ -76175,11 +76650,11 @@ "3 None \n", "4 None \n", ".. ... ... \n", - "112 None \n", "113 None \n", "114 None \n", "115 None \n", "116 None \n", + "117 None \n", "\n", " What part of the community circle are you most interested in? \\\n", "0 I am not sure \n", @@ -76188,11 +76663,11 @@ "3 Events, Operational Team, Networking, Challenges \n", "4 I am not sure, Networking \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 I am not sure \n", - "115 Networking, Events, Challenges \n", - "116 None \n", + "114 None \n", + "115 I am not sure \n", + "116 Networking, Events, Challenges \n", + "117 None \n", "\n", " What skills are you looking forward to developing during your time in the Community Circle \\\n", "0 IT skills \n", @@ -76201,11 +76676,11 @@ "3 Community engagement, Personal expertise, Team... \n", "4 Teamwork in Startup Culture \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 Community engagement, Personal expertise, Team... \n", - "115 Personal expertise, Communication, Problem-sol... \n", - "116 None \n", + "114 None \n", + "115 Community engagement, Personal expertise, Team... \n", + "116 Personal expertise, Communication, Problem-sol... \n", + "117 None \n", "\n", " What attributes are you aiming to get through the Community Circle? \\\n", "0 Employment in the startup ecosystem \n", @@ -76214,11 +76689,11 @@ "3 Build partnerships between organizations, Inte... \n", "4 Developing my business idea \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 Build partnerships between organizations, Co-F... \n", - "115 Co-Founders, Familiarize yourself with the reg... \n", - "116 None \n", + "114 None \n", + "115 Build partnerships between organizations, Co-F... \n", + "116 Co-Founders, Familiarize yourself with the reg... \n", + "117 None \n", "\n", " Where or from whom did you hear about Fellowship? \\\n", "0 From TE office \n", @@ -76227,11 +76702,11 @@ "3 Tampere Job Fair \n", "4 Santeri Simonen \n", ".. ... \n", - "112 \n", "113 \n", "114 \n", "115 \n", "116 \n", + "117 \n", "\n", " Anything else you want to tell us? (achievements, expectations, goals, needs.....?) \\\n", "0 \n", @@ -76240,11 +76715,11 @@ "3 \n", "4 \n", ".. ... \n", - "112 \n", "113 \n", "114 \n", "115 \n", "116 \n", + "117 \n", "\n", " Date of onboarding Do you live in Tampere area? \n", "0 v \n", @@ -76253,16 +76728,16 @@ "3 v \n", "4 v \n", ".. ... ... \n", - "112 \n", "113 \n", "114 \n", "115 \n", "116 \n", + "117 \n", "\n", "[105 rows x 15 columns]" ] }, - "execution_count": 9, + "execution_count": 10, "metadata": {}, "output_type": "execute_result" } @@ -76273,7 +76748,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 15, "id": "8e650db3", "metadata": {}, "outputs": [ @@ -76347,8 +76822,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "ce206b0e-b9ab-4673-967c-c8b58a81f455", + "ref": "afe81110-bac1-4fc0-a486-e75c6b39ac0b", "rows": [ [ "0", @@ -76759,7 +77233,7 @@ "33", "9099616912", "May Thin Khine", - "Onboarding booked", + "reminded to book", "xueyutanhua16@gmail.com", "2025-05-08", null, @@ -76816,7 +77290,7 @@ "v" ], [ - "39", + "40", "6008352447", "abdel", "Onboarded", @@ -76831,7 +77305,7 @@ "v" ], [ - "40", + "41", "6008356432", "Mohamed Iheb Ben Khaled", "Onboarded", @@ -76846,7 +77320,7 @@ "v" ], [ - "41", + "42", "6154843370", "Harri Ruohonen", "Onboarded", @@ -76861,7 +77335,7 @@ "v" ], [ - "42", + "43", "6163362394", "Zichen", "Onboarded", @@ -76876,7 +77350,7 @@ "" ], [ - "43", + "44", "6294543168", "Aleksandra", "Onboarded", @@ -76891,7 +77365,7 @@ "v" ], [ - "44", + "45", "6164275768", "Jyri Filippov", "Onboarded", @@ -76906,7 +77380,7 @@ "" ], [ - "45", + "46", "6164299579", "Eric Braa", "Onboarded", @@ -76921,7 +77395,7 @@ "" ], [ - "46", + "47", "6164319903", "Mikko Malmivaara", "Onboarded", @@ -76936,7 +77410,7 @@ "" ], [ - "47", + "48", "6164357439", "Brylie Christopher Oxley", "Onboarded", @@ -76951,7 +77425,7 @@ "" ], [ - "48", + "49", "6164381250", "Randilu Soysa", "Onboarded", @@ -76966,7 +77440,7 @@ "" ], [ - "49", + "50", "6164398296", "Kostis Dimos", "Onboarded", @@ -76981,7 +77455,7 @@ "" ], [ - "50", + "51", "6164418510", "Goodluck Adimuko", "Onboarded", @@ -76996,7 +77470,7 @@ "" ], [ - "51", + "52", "6132373555", "Sumeet Bhalla", "Onboarded", @@ -77011,7 +77485,7 @@ "v" ], [ - "52", + "53", "6129665586", "ADETOKUNBOH ADEMOLA GBEMIBADE", "Onboarded", @@ -77026,7 +77500,7 @@ "v" ], [ - "53", + "54", "6310134670", "Raúl Berlanga", "Onboarded", @@ -77041,7 +77515,7 @@ "v" ], [ - "54", + "55", "6310117364", "Nina Erkkilä", "Onboarded", @@ -77056,7 +77530,7 @@ "v" ], [ - "55", + "56", "6214663549", "Selma Eda", "Onboarded", @@ -77071,7 +77545,7 @@ "v" ], [ - "56", + "57", "6310892172", "Jubril Olalekan", "Onboarded", @@ -77086,7 +77560,7 @@ "v" ], [ - "57", + "58", "6298117438", "Sakhr Tamsna Sakke", "Onboarded", @@ -77231,7 +77705,7 @@ " ...\n", " \n", " \n", - " 112\n", + " 113\n", " 7510267350\n", " \n", " Onboarding booked\n", @@ -77246,7 +77720,7 @@ " \n", " \n", " \n", - " 113\n", + " 114\n", " 7684403762\n", " \n", " Onboarding booked\n", @@ -77261,7 +77735,7 @@ " \n", " \n", " \n", - " 114\n", + " 115\n", " 7791577363\n", " \n", " Onboarding booked\n", @@ -77276,7 +77750,7 @@ " \n", " \n", " \n", - " 115\n", + " 116\n", " 7800715006\n", " \n", " Onboarding booked\n", @@ -77291,7 +77765,7 @@ " \n", " \n", " \n", - " 116\n", + " 117\n", " 8436778916\n", " \n", " Onboarding booked\n", @@ -77318,11 +77792,11 @@ "3 7703148193 Ifeoluwa Dosunmu reminded to book \n", "4 7831969992 Viola Tyynilä reminded to book \n", ".. ... ... ... \n", - "112 7510267350 Onboarding booked \n", - "113 7684403762 Onboarding booked \n", - "114 7791577363 Onboarding booked \n", - "115 7800715006 Onboarding booked \n", - "116 8436778916 Onboarding booked \n", + "113 7510267350 Onboarding booked \n", + "114 7684403762 Onboarding booked \n", + "115 7791577363 Onboarding booked \n", + "116 7800715006 Onboarding booked \n", + "117 8436778916 Onboarding booked \n", "\n", " email Date of Application \\\n", "0 Pradovd4@gmail.com 2024-09-12 \n", @@ -77331,11 +77805,11 @@ "3 ifeoluwajewel06@gmail.com 2024-10-24 \n", "4 violatyynila@gmail.com 2024-11-12 \n", ".. ... ... \n", - "112 2024-09-26 \n", - "113 2024-10-22 \n", - "114 2024-11-06 \n", - "115 2024-11-07 \n", - "116 2025-02-09 \n", + "113 2024-09-26 \n", + "114 2024-10-22 \n", + "115 2024-11-06 \n", + "116 2024-11-07 \n", + "117 2025-02-09 \n", "\n", " What part of the community circle are you most interested in? \\\n", "0 I am not sure \n", @@ -77344,11 +77818,11 @@ "3 Events, Operational Team, Networking, Challenges \n", "4 I am not sure, Networking \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 I am not sure \n", - "115 Networking, Events, Challenges \n", - "116 None \n", + "114 None \n", + "115 I am not sure \n", + "116 Networking, Events, Challenges \n", + "117 None \n", "\n", " What skills are you looking forward to developing during your time in the Community Circle \\\n", "0 IT skills \n", @@ -77357,11 +77831,11 @@ "3 Community engagement, Personal expertise, Team... \n", "4 Teamwork in Startup Culture \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 Community engagement, Personal expertise, Team... \n", - "115 Personal expertise, Communication, Problem-sol... \n", - "116 None \n", + "114 None \n", + "115 Community engagement, Personal expertise, Team... \n", + "116 Personal expertise, Communication, Problem-sol... \n", + "117 None \n", "\n", " What attributes are you aiming to get through the Community Circle? \\\n", "0 Employment in the startup ecosystem \n", @@ -77370,11 +77844,11 @@ "3 Build partnerships between organizations, Inte... \n", "4 Developing my business idea \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 Build partnerships between organizations, Co-F... \n", - "115 Co-Founders, Familiarize yourself with the reg... \n", - "116 None \n", + "114 None \n", + "115 Build partnerships between organizations, Co-F... \n", + "116 Co-Founders, Familiarize yourself with the reg... \n", + "117 None \n", "\n", " Where or from whom did you hear about Fellowship? \\\n", "0 From TE office \n", @@ -77383,11 +77857,11 @@ "3 Tampere Job Fair \n", "4 Santeri Simonen \n", ".. ... \n", - "112 \n", "113 \n", "114 \n", "115 \n", "116 \n", + "117 \n", "\n", " Anything else you want to tell us? (achievements, expectations, goals, needs.....?) \\\n", "0 \n", @@ -77396,11 +77870,11 @@ "3 \n", "4 \n", ".. ... \n", - "112 \n", "113 \n", "114 \n", "115 \n", "116 \n", + "117 \n", "\n", " Date of onboarding Do you live in Tampere area? \n", "0 v \n", @@ -77409,16 +77883,16 @@ "3 v \n", "4 v \n", ".. ... ... \n", - "112 \n", "113 \n", "114 \n", "115 \n", "116 \n", + "117 \n", "\n", "[105 rows x 12 columns]" ] }, - "execution_count": 10, + "execution_count": 15, "metadata": {}, "output_type": "execute_result" } @@ -77440,7 +77914,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 16, "id": "48f774e4", "metadata": {}, "outputs": [], @@ -77449,10 +77923,14 @@ "\n", "com_reg_ext.rename(\n", " columns={\n", - " \"What part of the community circle are you most interested in?\": \"Interested part of the com\",\n", - " \"What skills are you looking forward to developing during your time in the Community Circle\": \"Skills to develop\",\n", + " \"Date of Application\": \"Application_date\",\n", + " \"Date of onboarding\": \"Onboarding_date\",\n", + " \"Do you live in Tampere area?\": \"Tampere_area?\",\n", + " \"What part of the community circle are you most interested in?\": \"Interest_in_com\",\n", + " \"What skills are you looking forward to developing during your time in the Community Circle\": \"Skills_to_develop\",\n", " \"What attributes are you aiming to get through the Community Circle?\": \"Expectations\",\n", - " \"Where or from whom did you hear about Fellowship?\": \"Source of Info\",\n", + " \"Where or from whom did you hear about Fellowship?\": \"Source_of_Info\",\n", + " \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\": \"Other_info\",\n", " },\n", " inplace=True,\n", ")" @@ -77460,7 +77938,7 @@ }, { "cell_type": "code", - "execution_count": 76, + "execution_count": 17, "id": "43baf8ce", "metadata": {}, "outputs": [ @@ -77494,17 +77972,17 @@ "type": "string" }, { - "name": "Date of Application", + "name": "Application_date", "rawType": "object", "type": "string" }, { - "name": "Interested part of the com", + "name": "Interest_in_com", "rawType": "object", "type": "unknown" }, { - "name": "Skills to develop", + "name": "Skills_to_develop", "rawType": "object", "type": "unknown" }, @@ -77514,28 +77992,27 @@ "type": "unknown" }, { - "name": "Source of Info", + "name": "Source_of_Info", "rawType": "object", "type": "string" }, { - "name": "Anything else you want to tell us? (achievements, expectations, goals, needs.....?)", + "name": "Other_info", "rawType": "object", "type": "string" }, { - "name": "Date of onboarding", + "name": "Onboarding_date", "rawType": "object", "type": "string" }, { - "name": "Do you live in Tampere area?", + "name": "Tampere_area?", "rawType": "object", "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "80fa8cfe-dce8-4af1-b82c-acc91a2149c0", + "ref": "8e56e670-33f7-4c14-a5df-5e00343252fb", "rows": [ [ "0", @@ -77946,7 +78423,7 @@ "33", "9099616912", "May Thin Khine", - "Onboarding booked", + "reminded to book", "xueyutanhua16@gmail.com", "2025-05-08", null, @@ -78003,7 +78480,7 @@ "v" ], [ - "39", + "40", "6008352447", "abdel", "Onboarded", @@ -78018,7 +78495,7 @@ "v" ], [ - "40", + "41", "6008356432", "Mohamed Iheb Ben Khaled", "Onboarded", @@ -78033,7 +78510,7 @@ "v" ], [ - "41", + "42", "6154843370", "Harri Ruohonen", "Onboarded", @@ -78048,7 +78525,7 @@ "v" ], [ - "42", + "43", "6163362394", "Zichen", "Onboarded", @@ -78063,7 +78540,7 @@ "" ], [ - "43", + "44", "6294543168", "Aleksandra", "Onboarded", @@ -78078,7 +78555,7 @@ "v" ], [ - "44", + "45", "6164275768", "Jyri Filippov", "Onboarded", @@ -78093,7 +78570,7 @@ "" ], [ - "45", + "46", "6164299579", "Eric Braa", "Onboarded", @@ -78108,7 +78585,7 @@ "" ], [ - "46", + "47", "6164319903", "Mikko Malmivaara", "Onboarded", @@ -78123,7 +78600,7 @@ "" ], [ - "47", + "48", "6164357439", "Brylie Christopher Oxley", "Onboarded", @@ -78138,7 +78615,7 @@ "" ], [ - "48", + "49", "6164381250", "Randilu Soysa", "Onboarded", @@ -78153,7 +78630,7 @@ "" ], [ - "49", + "50", "6164398296", "Kostis Dimos", "Onboarded", @@ -78168,7 +78645,7 @@ "" ], [ - "50", + "51", "6164418510", "Goodluck Adimuko", "Onboarded", @@ -78183,7 +78660,7 @@ "" ], [ - "51", + "52", "6132373555", "Sumeet Bhalla", "Onboarded", @@ -78198,7 +78675,7 @@ "v" ], [ - "52", + "53", "6129665586", "ADETOKUNBOH ADEMOLA GBEMIBADE", "Onboarded", @@ -78213,7 +78690,7 @@ "v" ], [ - "53", + "54", "6310134670", "Raúl Berlanga", "Onboarded", @@ -78228,7 +78705,7 @@ "v" ], [ - "54", + "55", "6310117364", "Nina Erkkilä", "Onboarded", @@ -78243,7 +78720,7 @@ "v" ], [ - "55", + "56", "6214663549", "Selma Eda", "Onboarded", @@ -78258,7 +78735,7 @@ "v" ], [ - "56", + "57", "6310892172", "Jubril Olalekan", "Onboarded", @@ -78273,7 +78750,7 @@ "v" ], [ - "57", + "58", "6298117438", "Sakhr Tamsna Sakke", "Onboarded", @@ -78316,14 +78793,14 @@ " Name\n", " Status\n", " email\n", - " Date of Application\n", - " Interested part of the com\n", - " Skills to develop\n", + " Application_date\n", + " Interest_in_com\n", + " Skills_to_develop\n", " Expectations\n", - " Source of Info\n", - " Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\n", - " Date of onboarding\n", - " Do you live in Tampere area?\n", + " Source_of_Info\n", + " Other_info\n", + " Onboarding_date\n", + " Tampere_area?\n", " \n", " \n", " \n", @@ -78418,7 +78895,7 @@ " ...\n", " \n", " \n", - " 112\n", + " 113\n", " 7510267350\n", " \n", " Onboarding booked\n", @@ -78433,7 +78910,7 @@ " \n", " \n", " \n", - " 113\n", + " 114\n", " 7684403762\n", " \n", " Onboarding booked\n", @@ -78448,7 +78925,7 @@ " \n", " \n", " \n", - " 114\n", + " 115\n", " 7791577363\n", " \n", " Onboarding booked\n", @@ -78463,7 +78940,7 @@ " \n", " \n", " \n", - " 115\n", + " 116\n", " 7800715006\n", " \n", " Onboarding booked\n", @@ -78478,7 +78955,7 @@ " \n", " \n", " \n", - " 116\n", + " 117\n", " 8436778916\n", " \n", " Onboarding booked\n", @@ -78505,50 +78982,50 @@ "3 7703148193 Ifeoluwa Dosunmu reminded to book \n", "4 7831969992 Viola Tyynilä reminded to book \n", ".. ... ... ... \n", - "112 7510267350 Onboarding booked \n", - "113 7684403762 Onboarding booked \n", - "114 7791577363 Onboarding booked \n", - "115 7800715006 Onboarding booked \n", - "116 8436778916 Onboarding booked \n", + "113 7510267350 Onboarding booked \n", + "114 7684403762 Onboarding booked \n", + "115 7791577363 Onboarding booked \n", + "116 7800715006 Onboarding booked \n", + "117 8436778916 Onboarding booked \n", "\n", - " email Date of Application \\\n", - "0 Pradovd4@gmail.com 2024-09-12 \n", - "1 denizturan905@gmail.com 2024-10-23 \n", - "2 selenegama.br@gmail.com 2024-10-23 \n", - "3 ifeoluwajewel06@gmail.com 2024-10-24 \n", - "4 violatyynila@gmail.com 2024-11-12 \n", - ".. ... ... \n", - "112 2024-09-26 \n", - "113 2024-10-22 \n", - "114 2024-11-06 \n", - "115 2024-11-07 \n", - "116 2025-02-09 \n", + " email Application_date \\\n", + "0 Pradovd4@gmail.com 2024-09-12 \n", + "1 denizturan905@gmail.com 2024-10-23 \n", + "2 selenegama.br@gmail.com 2024-10-23 \n", + "3 ifeoluwajewel06@gmail.com 2024-10-24 \n", + "4 violatyynila@gmail.com 2024-11-12 \n", + ".. ... ... \n", + "113 2024-09-26 \n", + "114 2024-10-22 \n", + "115 2024-11-06 \n", + "116 2024-11-07 \n", + "117 2025-02-09 \n", "\n", - " Interested part of the com \\\n", + " Interest_in_com \\\n", "0 I am not sure \n", "1 Operational Team, Events, Challenges, Networking \n", "2 Networking \n", "3 Events, Operational Team, Networking, Challenges \n", "4 I am not sure, Networking \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 I am not sure \n", - "115 Networking, Events, Challenges \n", - "116 None \n", + "114 None \n", + "115 I am not sure \n", + "116 Networking, Events, Challenges \n", + "117 None \n", "\n", - " Skills to develop \\\n", + " Skills_to_develop \\\n", "0 IT skills \n", "1 IT skills \n", "2 Problem-solving \n", "3 Community engagement, Personal expertise, Team... \n", "4 Teamwork in Startup Culture \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 Community engagement, Personal expertise, Team... \n", - "115 Personal expertise, Communication, Problem-sol... \n", - "116 None \n", + "114 None \n", + "115 Community engagement, Personal expertise, Team... \n", + "116 Personal expertise, Communication, Problem-sol... \n", + "117 None \n", "\n", " Expectations \\\n", "0 Employment in the startup ecosystem \n", @@ -78557,55 +79034,29 @@ "3 Build partnerships between organizations, Inte... \n", "4 Developing my business idea \n", ".. ... \n", - "112 None \n", "113 None \n", - "114 Build partnerships between organizations, Co-F... \n", - "115 Co-Founders, Familiarize yourself with the reg... \n", - "116 None \n", - "\n", - " Source of Info \\\n", - "0 From TE office \n", - "1 From the internet site \n", - "2 Tribe activities \n", - "3 Tampere Job Fair \n", - "4 Santeri Simonen \n", - ".. ... \n", - "112 \n", - "113 \n", - "114 \n", - "115 \n", - "116 \n", - "\n", - " Anything else you want to tell us? (achievements, expectations, goals, needs.....?) \\\n", - "0 \n", - "1 \n", - "2 \n", - "3 \n", - "4 \n", - ".. ... \n", - "112 \n", - "113 \n", - "114 \n", - "115 \n", - "116 \n", + "114 None \n", + "115 Build partnerships between organizations, Co-F... \n", + "116 Co-Founders, Familiarize yourself with the reg... \n", + "117 None \n", "\n", - " Date of onboarding Do you live in Tampere area? \n", - "0 v \n", - "1 v \n", - "2 v \n", - "3 v \n", - "4 v \n", - ".. ... ... \n", - "112 \n", - "113 \n", - "114 \n", - "115 \n", - "116 \n", + " Source_of_Info Other_info Onboarding_date Tampere_area? \n", + "0 From TE office v \n", + "1 From the internet site v \n", + "2 Tribe activities v \n", + "3 Tampere Job Fair v \n", + "4 Santeri Simonen v \n", + ".. ... ... ... ... \n", + "113 \n", + "114 \n", + "115 \n", + "116 \n", + "117 \n", "\n", "[105 rows x 12 columns]" ] }, - "execution_count": 76, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } @@ -78616,7 +79067,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 19, "id": "44da3e60", "metadata": {}, "outputs": [ @@ -78655,27 +79106,27 @@ "type": "string" }, { - "name": "Date of Application", + "name": "Application_date", "rawType": "object", "type": "string" }, { - "name": "Interested part of the com", + "name": "Interest_in_com", "rawType": "object", "type": "unknown" }, { - "name": "Interest in comm.", + "name": "Interest_in_comm.", "rawType": "object", "type": "unknown" }, { - "name": "Skills to develop", + "name": "Skills_to_develop", "rawType": "object", "type": "unknown" }, { - "name": "Skill to develop", + "name": "Skill_to_develop", "rawType": "object", "type": "unknown" }, @@ -78690,23 +79141,22 @@ "type": "unknown" }, { - "name": "Source of Info", + "name": "Source_of_Info", "rawType": "object", "type": "string" }, { - "name": "Date of onboarding", + "name": "Onboarding_date", "rawType": "object", "type": "string" }, { - "name": "Do you live in Tampere area?", + "name": "Tampere_area?", "rawType": "object", "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "bcdb6b9a-0e7d-48c7-a0dc-fa485ac27da6", + "ref": "4b254693-0eb9-47ff-84d4-4a5b1ff2019e", "rows": [ [ "0", @@ -79638,16 +80088,16 @@ " Name\n", " Status\n", " email\n", - " Date of Application\n", - " Interested part of the com\n", - " Interest in comm.\n", - " Skills to develop\n", - " Skill to develop\n", + " Application_date\n", + " Interest_in_com\n", + " Interest_in_comm.\n", + " Skills_to_develop\n", + " Skill_to_develop\n", " Expectations_x\n", " Expectations_y\n", - " Source of Info\n", - " Date of onboarding\n", - " Do you live in Tampere area?\n", + " Source_of_Info\n", + " Onboarding_date\n", + " Tampere_area?\n", " \n", " \n", " \n", @@ -79761,7 +80211,7 @@ " \n", " \n", " 2043\n", - " 115\n", + " 116\n", " 7800715006\n", " \n", " Onboarding booked\n", @@ -79779,7 +80229,7 @@ " \n", " \n", " 2044\n", - " 115\n", + " 116\n", " 7800715006\n", " \n", " Onboarding booked\n", @@ -79797,7 +80247,7 @@ " \n", " \n", " 2045\n", - " 115\n", + " 116\n", " 7800715006\n", " \n", " Onboarding booked\n", @@ -79815,7 +80265,7 @@ " \n", " \n", " 2046\n", - " 115\n", + " 116\n", " 7800715006\n", " \n", " Onboarding booked\n", @@ -79833,7 +80283,7 @@ " \n", " \n", " 2047\n", - " 116\n", + " 117\n", " 8436778916\n", " \n", " Onboarding booked\n", @@ -79862,26 +80312,26 @@ "3 1 7691210593 Deniz Turan Did not show up/canceled \n", "4 1 7691210593 Deniz Turan Did not show up/canceled \n", "... ... ... ... ... \n", - "2043 115 7800715006 Onboarding booked \n", - "2044 115 7800715006 Onboarding booked \n", - "2045 115 7800715006 Onboarding booked \n", - "2046 115 7800715006 Onboarding booked \n", - "2047 116 8436778916 Onboarding booked \n", + "2043 116 7800715006 Onboarding booked \n", + "2044 116 7800715006 Onboarding booked \n", + "2045 116 7800715006 Onboarding booked \n", + "2046 116 7800715006 Onboarding booked \n", + "2047 117 8436778916 Onboarding booked \n", "\n", - " email Date of Application \\\n", - "0 Pradovd4@gmail.com 2024-09-12 \n", - "1 denizturan905@gmail.com 2024-10-23 \n", - "2 denizturan905@gmail.com 2024-10-23 \n", - "3 denizturan905@gmail.com 2024-10-23 \n", - "4 denizturan905@gmail.com 2024-10-23 \n", - "... ... ... \n", - "2043 2024-11-07 \n", - "2044 2024-11-07 \n", - "2045 2024-11-07 \n", - "2046 2024-11-07 \n", - "2047 2025-02-09 \n", + " email Application_date \\\n", + "0 Pradovd4@gmail.com 2024-09-12 \n", + "1 denizturan905@gmail.com 2024-10-23 \n", + "2 denizturan905@gmail.com 2024-10-23 \n", + "3 denizturan905@gmail.com 2024-10-23 \n", + "4 denizturan905@gmail.com 2024-10-23 \n", + "... ... ... \n", + "2043 2024-11-07 \n", + "2044 2024-11-07 \n", + "2045 2024-11-07 \n", + "2046 2024-11-07 \n", + "2047 2025-02-09 \n", "\n", - " Interested part of the com Interest in comm. \\\n", + " Interest_in_com Interest_in_comm. \\\n", "0 I am not sure I am not sure \n", "1 Operational Team, Events, Challenges, Networking Operational Team \n", "2 Operational Team, Events, Challenges, Networking Events \n", @@ -79894,7 +80344,7 @@ "2046 Networking, Events, Challenges Challenges \n", "2047 None None \n", "\n", - " Skills to develop Skill to develop \\\n", + " Skills_to_develop Skill_to_develop \\\n", "0 IT skills IT skills \n", "1 IT skills IT skills \n", "2 IT skills IT skills \n", @@ -79933,23 +80383,23 @@ "2046 Developing my business idea \n", "2047 None \n", "\n", - " Source of Info Date of onboarding Do you live in Tampere area? \n", - "0 From TE office v \n", - "1 From the internet site v \n", - "2 From the internet site v \n", - "3 From the internet site v \n", - "4 From the internet site v \n", - "... ... ... ... \n", - "2043 \n", - "2044 \n", - "2045 \n", - "2046 \n", - "2047 \n", + " Source_of_Info Onboarding_date Tampere_area? \n", + "0 From TE office v \n", + "1 From the internet site v \n", + "2 From the internet site v \n", + "3 From the internet site v \n", + "4 From the internet site v \n", + "... ... ... ... \n", + "2043 \n", + "2044 \n", + "2045 \n", + "2046 \n", + "2047 \n", "\n", "[2048 rows x 15 columns]" ] }, - "execution_count": 12, + "execution_count": 19, "metadata": {}, "output_type": "execute_result" } @@ -79958,16 +80408,16 @@ "# Next we use the explode function to separate columns with multiple values\n", "\n", "pref_int = (\n", - " com_reg_ext[\"Interested part of the com\"]\n", + " com_reg_ext[\"Interest_in_com\"]\n", " .str.split(\",\")\n", " .explode()\n", - " .reset_index(name=\"Interest in comm.\")\n", + " .reset_index(name=\"Interest_in_comm.\")\n", ")\n", "pref_skill = (\n", - " com_reg_ext[\"Skills to develop\"]\n", + " com_reg_ext[\"Skills_to_develop\"]\n", " .str.split(\",\")\n", " .explode()\n", - " .reset_index(name=\"Skill to develop\")\n", + " .reset_index(name=\"Skill_to_develop\")\n", ")\n", "pref_expectations = (\n", " com_reg_ext[\"Expectations\"]\n", @@ -79993,16 +80443,16 @@ " \"Name\",\n", " \"Status\",\n", " \"email\",\n", - " \"Date of Application\",\n", - " \"Interested part of the com\",\n", - " \"Interest in comm.\",\n", - " \"Skills to develop\",\n", - " \"Skill to develop\",\n", + " \"Application_date\",\n", + " \"Interest_in_com\",\n", + " \"Interest_in_comm.\",\n", + " \"Skills_to_develop\",\n", + " \"Skill_to_develop\",\n", " \"Expectations_x\",\n", " \"Expectations_y\",\n", - " \"Source of Info\",\n", - " \"Date of onboarding\",\n", - " \"Do you live in Tampere area?\",\n", + " \"Source_of_Info\",\n", + " \"Onboarding_date\",\n", + " \"Tampere_area?\",\n", " ]\n", "]\n", "\n", @@ -80025,7 +80475,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 20, "id": "9a63283cbaf04dbcab1f6479b197f3a8", "metadata": {}, "outputs": [ @@ -80033,13 +80483,13 @@ "name": "stderr", "output_type": "stream", "text": [ - "/tmp/ipykernel_17722/166570626.py:171: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.\n", + "/tmp/ipykernel_761/3153677921.py:171: FutureWarning: A value is trying to be set on a copy of a DataFrame or Series through chained assignment using an inplace method.\n", "The behavior will change in pandas 3.0. This inplace method will never work because the intermediate object on which we are setting values always behaves as a copy.\n", "\n", "For example, when doing 'df[col].method(value, inplace=True)', try using 'df.method({col: value}, inplace=True)' or df[col] = df[col].method(value) instead, to perform the operation inplace on the original object.\n", "\n", "\n", - " community_reg_data[\"Do you live in Tampere area?\"].replace(\"v\", \"Yes\", inplace=True)\n" + " community_reg_data[\"Tampere_area?\"].replace(\"v\", \"Yes\", inplace=True)\n" ] } ], @@ -80081,7 +80531,7 @@ "\n", "# Apply preprocessing\n", "community_reg_data[\"cleaned_source\"] = preprocess_sources(\n", - " community_reg_data[\"Source of Info\"]\n", + " community_reg_data[\"Source_of_Info\"]\n", ")\n", "\n", "# 2. Enhanced Category Mapping ===============================================\n", @@ -80214,7 +80664,7 @@ "\n", "# replacing values\n", "\n", - "community_reg_data[\"Do you live in Tampere area?\"].replace(\"v\", \"Yes\", inplace=True)" + "community_reg_data[\"Tampere_area?\"].replace(\"v\", \"Yes\", inplace=True)" ] }, { @@ -80229,7 +80679,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": null, "id": "72eea5119410473aa328ad9291626812", "metadata": {}, "outputs": [ @@ -80268,22 +80718,22 @@ "type": "string" }, { - "name": "Date of Application", + "name": "Application_date", "rawType": "object", "type": "string" }, { - "name": "Date of onboarding", + "name": "Onboarding_date", "rawType": "object", "type": "string" }, { - "name": "Interest in comm.", + "name": "Interest_in_comm.", "rawType": "object", "type": "unknown" }, { - "name": "Skill to develop", + "name": "Skill_to_develop", "rawType": "object", "type": "unknown" }, @@ -80293,12 +80743,7 @@ "type": "unknown" }, { - "name": "Source of Info", - "rawType": "object", - "type": "string" - }, - { - "name": "category", + "name": "Source_of_Info", "rawType": "object", "type": "string" }, @@ -80308,13 +80753,12 @@ "type": "string" }, { - "name": "Do you live in Tampere area?", + "name": "Tampere_area?", "rawType": "object", "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "3e5499e0-1fc4-475a-aa63-ea73eac84615", + "ref": "00b3e93c-0bb5-4c3b-9c56-51edacdbdda5", "rows": [ [ "0", @@ -80330,7 +80774,6 @@ "Employment in the startup ecosystem", "From TE office", "organizations", - "organizations", "Yes" ], [ @@ -80347,7 +80790,6 @@ "Co-Founders", "From the internet site", "digital channels", - "digital channels", "Yes" ], [ @@ -80364,7 +80806,6 @@ "Co-Founders", "From the internet site", "digital channels", - "digital channels", "Yes" ], [ @@ -80381,7 +80822,6 @@ "Co-Founders", "From the internet site", "digital channels", - "digital channels", "Yes" ], [ @@ -80398,7 +80838,6 @@ "Co-Founders", "From the internet site", "digital channels", - "digital channels", "Yes" ], [ @@ -80415,7 +80854,6 @@ "Build partnerships between organizations", "Tribe activities", "events", - "events", "Yes" ], [ @@ -80432,7 +80870,6 @@ "Build partnerships between organizations", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80449,7 +80886,6 @@ " Internship position", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80466,7 +80902,6 @@ " Familiarize yourself with the regions startup support system", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80483,7 +80918,6 @@ " Co-Founders", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80500,7 +80934,6 @@ " Building confidence in my entrepreneurial abilities", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80517,7 +80950,6 @@ "Build partnerships between organizations", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80534,7 +80966,6 @@ " Internship position", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80551,7 +80982,6 @@ " Familiarize yourself with the regions startup support system", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80568,7 +80998,6 @@ " Co-Founders", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80585,7 +81014,6 @@ " Building confidence in my entrepreneurial abilities", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80602,7 +81030,6 @@ "Build partnerships between organizations", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80619,7 +81046,6 @@ " Internship position", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80636,7 +81062,6 @@ " Familiarize yourself with the regions startup support system", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80653,7 +81078,6 @@ " Co-Founders", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80670,7 +81094,6 @@ " Building confidence in my entrepreneurial abilities", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80687,7 +81110,6 @@ "Build partnerships between organizations", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80704,7 +81126,6 @@ " Internship position", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80721,7 +81142,6 @@ " Familiarize yourself with the regions startup support system", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80738,7 +81158,6 @@ " Co-Founders", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80755,7 +81174,6 @@ " Building confidence in my entrepreneurial abilities", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80772,7 +81190,6 @@ "Build partnerships between organizations", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80789,7 +81206,6 @@ " Internship position", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80806,7 +81222,6 @@ " Familiarize yourself with the regions startup support system", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80823,7 +81238,6 @@ " Co-Founders", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80840,7 +81254,6 @@ " Building confidence in my entrepreneurial abilities", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80857,7 +81270,6 @@ "Build partnerships between organizations", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80874,7 +81286,6 @@ " Internship position", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80891,7 +81302,6 @@ " Familiarize yourself with the regions startup support system", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80908,7 +81318,6 @@ " Co-Founders", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80925,7 +81334,6 @@ " Building confidence in my entrepreneurial abilities", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80942,7 +81350,6 @@ "Build partnerships between organizations", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80959,7 +81366,6 @@ " Internship position", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80976,7 +81382,6 @@ " Familiarize yourself with the regions startup support system", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -80993,7 +81398,6 @@ " Co-Founders", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -81010,7 +81414,6 @@ " Building confidence in my entrepreneurial abilities", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -81027,7 +81430,6 @@ "Build partnerships between organizations", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -81044,7 +81446,6 @@ " Internship position", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -81061,7 +81462,6 @@ " Familiarize yourself with the regions startup support system", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -81078,7 +81478,6 @@ " Co-Founders", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -81095,7 +81494,6 @@ " Building confidence in my entrepreneurial abilities", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -81112,7 +81510,6 @@ "Build partnerships between organizations", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -81129,7 +81526,6 @@ " Internship position", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -81146,7 +81542,6 @@ " Familiarize yourself with the regions startup support system", "Tampere Job Fair", "events", - "events", "Yes" ], [ @@ -81163,12 +81558,11 @@ " Co-Founders", "Tampere Job Fair", "events", - "events", "Yes" ] ], "shape": { - "columns": 14, + "columns": 13, "rows": 2048 } }, @@ -81196,15 +81590,14 @@ " Name\n", " Status\n", " email\n", - " Date of Application\n", - " Date of onboarding\n", - " Interest in comm.\n", - " Skill to develop\n", + " Application_date\n", + " Onboarding_date\n", + " Interest_in_comm.\n", + " Skill_to_develop\n", " Expectations_y\n", - " Source of Info\n", - " category\n", + " Source_of_Info\n", " final_category\n", - " Do you live in Tampere area?\n", + " Tampere_area?\n", " \n", " \n", " \n", @@ -81222,7 +81615,6 @@ " Employment in the startup ecosystem\n", " From TE office\n", " organizations\n", - " organizations\n", " Yes\n", " \n", " \n", @@ -81239,7 +81631,6 @@ " Co-Founders\n", " From the internet site\n", " digital channels\n", - " digital channels\n", " Yes\n", " \n", " \n", @@ -81256,7 +81647,6 @@ " Co-Founders\n", " From the internet site\n", " digital channels\n", - " digital channels\n", " Yes\n", " \n", " \n", @@ -81273,7 +81663,6 @@ " Co-Founders\n", " From the internet site\n", " digital channels\n", - " digital channels\n", " Yes\n", " \n", " \n", @@ -81290,7 +81679,6 @@ " Co-Founders\n", " From the internet site\n", " digital channels\n", - " digital channels\n", " Yes\n", " \n", " \n", @@ -81308,11 +81696,10 @@ " ...\n", " ...\n", " ...\n", - " ...\n", " \n", " \n", " 2043\n", - " 115\n", + " 116\n", " 7800715006\n", " \n", " Onboarding booked\n", @@ -81324,12 +81711,11 @@ " Co-Founders\n", " \n", " uncategorized\n", - " uncategorized\n", " \n", " \n", " \n", " 2044\n", - " 115\n", + " 116\n", " 7800715006\n", " \n", " Onboarding booked\n", @@ -81341,12 +81727,11 @@ " Familiarize yourself with the regions startup...\n", " \n", " uncategorized\n", - " uncategorized\n", " \n", " \n", " \n", " 2045\n", - " 115\n", + " 116\n", " 7800715006\n", " \n", " Onboarding booked\n", @@ -81358,12 +81743,11 @@ " Build partnerships between organizations\n", " \n", " uncategorized\n", - " uncategorized\n", " \n", " \n", " \n", " 2046\n", - " 115\n", + " 116\n", " 7800715006\n", " \n", " Onboarding booked\n", @@ -81375,12 +81759,11 @@ " Developing my business idea\n", " \n", " uncategorized\n", - " uncategorized\n", " \n", " \n", " \n", " 2047\n", - " 116\n", + " 117\n", " 8436778916\n", " \n", " Onboarding booked\n", @@ -81392,12 +81775,11 @@ " None\n", " \n", " uncategorized\n", - " uncategorized\n", " \n", " \n", " \n", "\n", - "

2048 rows × 14 columns

\n", + "

2048 rows × 13 columns

\n", "" ], "text/plain": [ @@ -81408,26 +81790,26 @@ "3 1 7691210593 Deniz Turan Did not show up/canceled \n", "4 1 7691210593 Deniz Turan Did not show up/canceled \n", "... ... ... ... ... \n", - "2043 115 7800715006 Onboarding booked \n", - "2044 115 7800715006 Onboarding booked \n", - "2045 115 7800715006 Onboarding booked \n", - "2046 115 7800715006 Onboarding booked \n", - "2047 116 8436778916 Onboarding booked \n", + "2043 116 7800715006 Onboarding booked \n", + "2044 116 7800715006 Onboarding booked \n", + "2045 116 7800715006 Onboarding booked \n", + "2046 116 7800715006 Onboarding booked \n", + "2047 117 8436778916 Onboarding booked \n", "\n", - " email Date of Application Date of onboarding \\\n", - "0 Pradovd4@gmail.com 2024-09-12 \n", - "1 denizturan905@gmail.com 2024-10-23 \n", - "2 denizturan905@gmail.com 2024-10-23 \n", - "3 denizturan905@gmail.com 2024-10-23 \n", - "4 denizturan905@gmail.com 2024-10-23 \n", - "... ... ... ... \n", - "2043 2024-11-07 \n", - "2044 2024-11-07 \n", - "2045 2024-11-07 \n", - "2046 2024-11-07 \n", - "2047 2025-02-09 \n", + " email Application_date Onboarding_date \\\n", + "0 Pradovd4@gmail.com 2024-09-12 \n", + "1 denizturan905@gmail.com 2024-10-23 \n", + "2 denizturan905@gmail.com 2024-10-23 \n", + "3 denizturan905@gmail.com 2024-10-23 \n", + "4 denizturan905@gmail.com 2024-10-23 \n", + "... ... ... ... \n", + "2043 2024-11-07 \n", + "2044 2024-11-07 \n", + "2045 2024-11-07 \n", + "2046 2024-11-07 \n", + "2047 2025-02-09 \n", "\n", - " Interest in comm. Skill to develop \\\n", + " Interest_in_comm. Skill_to_develop \\\n", "0 I am not sure IT skills \n", "1 Operational Team IT skills \n", "2 Events IT skills \n", @@ -81453,36 +81835,23 @@ "2046 Developing my business idea \n", "2047 None \n", "\n", - " Source of Info category final_category \\\n", - "0 From TE office organizations organizations \n", - "1 From the internet site digital channels digital channels \n", - "2 From the internet site digital channels digital channels \n", - "3 From the internet site digital channels digital channels \n", - "4 From the internet site digital channels digital channels \n", - "... ... ... ... \n", - "2043 uncategorized uncategorized \n", - "2044 uncategorized uncategorized \n", - "2045 uncategorized uncategorized \n", - "2046 uncategorized uncategorized \n", - "2047 uncategorized uncategorized \n", - "\n", - " Do you live in Tampere area? \n", - "0 Yes \n", - "1 Yes \n", - "2 Yes \n", - "3 Yes \n", - "4 Yes \n", - "... ... \n", - "2043 \n", - "2044 \n", - "2045 \n", - "2046 \n", - "2047 \n", + " Source_of_Info final_category Tampere_area? \n", + "0 From TE office organizations Yes \n", + "1 From the internet site digital channels Yes \n", + "2 From the internet site digital channels Yes \n", + "3 From the internet site digital channels Yes \n", + "4 From the internet site digital channels Yes \n", + "... ... ... ... \n", + "2043 uncategorized \n", + "2044 uncategorized \n", + "2045 uncategorized \n", + "2046 uncategorized \n", + "2047 uncategorized \n", "\n", - "[2048 rows x 14 columns]" + "[2048 rows x 13 columns]" ] }, - "execution_count": 14, + "execution_count": 22, "metadata": {}, "output_type": "execute_result" } @@ -81495,15 +81864,14 @@ " \"Name\",\n", " \"Status\",\n", " \"email\",\n", - " \"Date of Application\",\n", - " \"Date of onboarding\",\n", - " \"Interest in comm.\",\n", - " \"Skill to develop\",\n", + " \"Application_date\",\n", + " \"Onboarding_date\",\n", + " \"Interest_in_comm.\",\n", + " \"Skill_to_develop\",\n", " \"Expectations_y\",\n", - " \"Source of Info\",\n", - " \"category\",\n", + " \"Source_of_Info\",\n", " \"final_category\",\n", - " \"Do you live in Tampere area?\",\n", + " \"Tampere_area?\",\n", " ]\n", "]\n", "\n", @@ -81513,10 +81881,4585 @@ { "cell_type": "code", "execution_count": null, - "id": "3f693af5", + "id": "525edcf1", "metadata": {}, - "outputs": [], - "source": [] + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_761/3052652930.py:1: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " prepared_com_data.rename(\n" + ] + } + ], + "source": [ + "prepared_com_data.rename(\n", + " columns={\n", + " \"Interest_in_comm.\": \"Interest_in_com\",\n", + " \"Expectations_y\": \"Expectations\",\n", + " \"final_category\": \"Source_category\",\n", + " },\n", + " inplace=True,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "id": "5e4167a6", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "id", + "rawType": "object", + "type": "string" + }, + { + "name": "Name", + "rawType": "object", + "type": "string" + }, + { + "name": "Status", + "rawType": "object", + "type": "string" + }, + { + "name": "email", + "rawType": "object", + "type": "string" + }, + { + "name": "Application_date", + "rawType": "object", + "type": "string" + }, + { + "name": "Onboarding_date", + "rawType": "object", + "type": "string" + }, + { + "name": "Interest_in_com", + "rawType": "object", + "type": "unknown" + }, + { + "name": "Skill_to_develop", + "rawType": "object", + "type": "unknown" + }, + { + "name": "Expectations", + "rawType": "object", + "type": "unknown" + }, + { + "name": "Source_of_Info", + "rawType": "object", + "type": "string" + }, + { + "name": "Source_category", + "rawType": "object", + "type": "string" + }, + { + "name": "Tampere_area?", + "rawType": "object", + "type": "string" + } + ], + "ref": "6d8c13d2-e991-4ad4-8cbb-9cf1fd8d78ca", + "rows": [ + [ + "0", + "0", + "7415202559", + "Dmytro", + "Did not show up/canceled", + "Pradovd4@gmail.com", + "2024-09-12", + "", + "I am not sure", + "IT skills", + "Employment in the startup ecosystem", + "From TE office", + "organizations", + "Yes" + ], + [ + "1", + "1", + "7691210593", + "Deniz Turan", + "Did not show up/canceled", + "denizturan905@gmail.com", + "2024-10-23", + "", + "Operational Team", + "IT skills", + "Co-Founders", + "From the internet site", + "digital channels", + "Yes" + ], + [ + "2", + "1", + "7691210593", + "Deniz Turan", + "Did not show up/canceled", + "denizturan905@gmail.com", + "2024-10-23", + "", + " Events", + "IT skills", + "Co-Founders", + "From the internet site", + "digital channels", + "Yes" + ], + [ + "3", + "1", + "7691210593", + "Deniz Turan", + "Did not show up/canceled", + "denizturan905@gmail.com", + "2024-10-23", + "", + " Challenges", + "IT skills", + "Co-Founders", + "From the internet site", + "digital channels", + "Yes" + ], + [ + "4", + "1", + "7691210593", + "Deniz Turan", + "Did not show up/canceled", + "denizturan905@gmail.com", + "2024-10-23", + "", + " Networking", + "IT skills", + "Co-Founders", + "From the internet site", + "digital channels", + "Yes" + ], + [ + "5", + "2", + "7693180568", + "Selene Gama", + "Did not show up/canceled", + "selenegama.br@gmail.com", + "2024-10-23", + "", + "Networking", + "Problem-solving", + "Build partnerships between organizations", + "Tribe activities", + "events", + "Yes" + ], + [ + "6", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + "Community engagement", + "Build partnerships between organizations", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "7", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + "Community engagement", + " Internship position", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "8", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + "Community engagement", + " Familiarize yourself with the regions startup support system", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "9", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + "Community engagement", + " Co-Founders", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "10", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + "Community engagement", + " Building confidence in my entrepreneurial abilities", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "11", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Personal expertise", + "Build partnerships between organizations", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "12", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Personal expertise", + " Internship position", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "13", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Personal expertise", + " Familiarize yourself with the regions startup support system", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "14", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Personal expertise", + " Co-Founders", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "15", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Personal expertise", + " Building confidence in my entrepreneurial abilities", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "16", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Teamwork in Startup Culture", + "Build partnerships between organizations", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "17", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Teamwork in Startup Culture", + " Internship position", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "18", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Teamwork in Startup Culture", + " Familiarize yourself with the regions startup support system", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "19", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Teamwork in Startup Culture", + " Co-Founders", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "20", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Teamwork in Startup Culture", + " Building confidence in my entrepreneurial abilities", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "21", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Event management", + "Build partnerships between organizations", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "22", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Event management", + " Internship position", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "23", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Event management", + " Familiarize yourself with the regions startup support system", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "24", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Event management", + " Co-Founders", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "25", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Event management", + " Building confidence in my entrepreneurial abilities", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "26", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Communication", + "Build partnerships between organizations", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "27", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Communication", + " Internship position", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "28", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Communication", + " Familiarize yourself with the regions startup support system", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "29", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Communication", + " Co-Founders", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "30", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Communication", + " Building confidence in my entrepreneurial abilities", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "31", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Problem-solving", + "Build partnerships between organizations", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "32", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Problem-solving", + " Internship position", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "33", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Problem-solving", + " Familiarize yourself with the regions startup support system", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "34", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Problem-solving", + " Co-Founders", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "35", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + "Events", + " Problem-solving", + " Building confidence in my entrepreneurial abilities", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "36", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + "Community engagement", + "Build partnerships between organizations", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "37", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + "Community engagement", + " Internship position", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "38", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + "Community engagement", + " Familiarize yourself with the regions startup support system", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "39", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + "Community engagement", + " Co-Founders", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "40", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + "Community engagement", + " Building confidence in my entrepreneurial abilities", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "41", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + " Personal expertise", + "Build partnerships between organizations", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "42", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + " Personal expertise", + " Internship position", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "43", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + " Personal expertise", + " Familiarize yourself with the regions startup support system", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "44", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + " Personal expertise", + " Co-Founders", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "45", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + " Personal expertise", + " Building confidence in my entrepreneurial abilities", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "46", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + " Teamwork in Startup Culture", + "Build partnerships between organizations", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "47", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + " Teamwork in Startup Culture", + " Internship position", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "48", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + " Teamwork in Startup Culture", + " Familiarize yourself with the regions startup support system", + "Tampere Job Fair", + "events", + "Yes" + ], + [ + "49", + "3", + "7703148193", + "Ifeoluwa Dosunmu", + "reminded to book", + "ifeoluwajewel06@gmail.com", + "2024-10-24", + "", + " Operational Team", + " Teamwork in Startup Culture", + " Co-Founders", + "Tampere Job Fair", + "events", + "Yes" + ] + ], + "shape": { + "columns": 13, + "rows": 2048 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
indexidNameStatusemailApplication_dateOnboarding_dateInterest_in_comSkill_to_developExpectationsSource_of_InfoSource_categoryTampere_area?
007415202559DmytroDid not show up/canceledPradovd4@gmail.com2024-09-12I am not sureIT skillsEmployment in the startup ecosystemFrom TE officeorganizationsYes
117691210593Deniz TuranDid not show up/canceleddenizturan905@gmail.com2024-10-23Operational TeamIT skillsCo-FoundersFrom the internet sitedigital channelsYes
217691210593Deniz TuranDid not show up/canceleddenizturan905@gmail.com2024-10-23EventsIT skillsCo-FoundersFrom the internet sitedigital channelsYes
317691210593Deniz TuranDid not show up/canceleddenizturan905@gmail.com2024-10-23ChallengesIT skillsCo-FoundersFrom the internet sitedigital channelsYes
417691210593Deniz TuranDid not show up/canceleddenizturan905@gmail.com2024-10-23NetworkingIT skillsCo-FoundersFrom the internet sitedigital channelsYes
..........................................
20431167800715006Onboarding booked2024-11-07ChallengesProblem-solvingCo-Foundersuncategorized
20441167800715006Onboarding booked2024-11-07ChallengesProblem-solvingFamiliarize yourself with the regions startup...uncategorized
20451167800715006Onboarding booked2024-11-07ChallengesProblem-solvingBuild partnerships between organizationsuncategorized
20461167800715006Onboarding booked2024-11-07ChallengesProblem-solvingDeveloping my business ideauncategorized
20471178436778916Onboarding booked2025-02-09NoneNoneNoneuncategorized
\n", + "

2048 rows × 13 columns

\n", + "
" + ], + "text/plain": [ + " index id Name Status \\\n", + "0 0 7415202559 Dmytro Did not show up/canceled \n", + "1 1 7691210593 Deniz Turan Did not show up/canceled \n", + "2 1 7691210593 Deniz Turan Did not show up/canceled \n", + "3 1 7691210593 Deniz Turan Did not show up/canceled \n", + "4 1 7691210593 Deniz Turan Did not show up/canceled \n", + "... ... ... ... ... \n", + "2043 116 7800715006 Onboarding booked \n", + "2044 116 7800715006 Onboarding booked \n", + "2045 116 7800715006 Onboarding booked \n", + "2046 116 7800715006 Onboarding booked \n", + "2047 117 8436778916 Onboarding booked \n", + "\n", + " email Application_date Onboarding_date \\\n", + "0 Pradovd4@gmail.com 2024-09-12 \n", + "1 denizturan905@gmail.com 2024-10-23 \n", + "2 denizturan905@gmail.com 2024-10-23 \n", + "3 denizturan905@gmail.com 2024-10-23 \n", + "4 denizturan905@gmail.com 2024-10-23 \n", + "... ... ... ... \n", + "2043 2024-11-07 \n", + "2044 2024-11-07 \n", + "2045 2024-11-07 \n", + "2046 2024-11-07 \n", + "2047 2025-02-09 \n", + "\n", + " Interest_in_com Skill_to_develop \\\n", + "0 I am not sure IT skills \n", + "1 Operational Team IT skills \n", + "2 Events IT skills \n", + "3 Challenges IT skills \n", + "4 Networking IT skills \n", + "... ... ... \n", + "2043 Challenges Problem-solving \n", + "2044 Challenges Problem-solving \n", + "2045 Challenges Problem-solving \n", + "2046 Challenges Problem-solving \n", + "2047 None None \n", + "\n", + " Expectations \\\n", + "0 Employment in the startup ecosystem \n", + "1 Co-Founders \n", + "2 Co-Founders \n", + "3 Co-Founders \n", + "4 Co-Founders \n", + "... ... \n", + "2043 Co-Founders \n", + "2044 Familiarize yourself with the regions startup... \n", + "2045 Build partnerships between organizations \n", + "2046 Developing my business idea \n", + "2047 None \n", + "\n", + " Source_of_Info Source_category Tampere_area? \n", + "0 From TE office organizations Yes \n", + "1 From the internet site digital channels Yes \n", + "2 From the internet site digital channels Yes \n", + "3 From the internet site digital channels Yes \n", + "4 From the internet site digital channels Yes \n", + "... ... ... ... \n", + "2043 uncategorized \n", + "2044 uncategorized \n", + "2045 uncategorized \n", + "2046 uncategorized \n", + "2047 uncategorized \n", + "\n", + "[2048 rows x 13 columns]" + ] + }, + "execution_count": 24, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "prepared_com_data" + ] + }, + { + "cell_type": "markdown", + "id": "dafe0bae", + "metadata": {}, + "source": [ + "# Upload to Azure Blob Storage\n", + "\n", + "Here we upload our processed community registration dataset to azure blob storage" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "c68b7303", + "metadata": {}, + "outputs": [], + "source": [ + "#First we import our libraries\n", + "from azure.storage.blob import BlobServiceClient" + ] + }, + { + "cell_type": "code", + "execution_count": 27, + "id": "988dc5c7", + "metadata": {}, + "outputs": [], + "source": [ + "#Next we define a function we can further apply to push our data to our azure blob storage\n", + "\n", + "# we define our connection string\n", + "connection_string = \"DefaultEndpointsProtocol=https;AccountName=tribeds01;AccountKey=TOWR2+w/P4gD+z2YieJcTB+APBIzgpI47LvN7JOsFjTPgMl3aibkWPe74Rk6/lb6DfIH1+6PAD3r+AStPTzULg==;EndpointSuffix=core.windows.net\"\n", + "\n", + "# we define our function\n", + "def upload_dataframe(df, container_name, blob_name):\n", + " blob_service_client = BlobServiceClient.from_connection_string(connection_string)\n", + "\n", + " try:\n", + " container_client = blob_service_client.get_container_client(container_name)\n", + " container_client.get_container_properties()\n", + " except Exception:\n", + " container_client = blob_service_client.create_container(container_name)\n", + "\n", + " blob_client = blob_service_client.get_blob_client(\n", + " container=container_name, blob=blob_name\n", + " )\n", + "\n", + " csv_data = df.to_csv(index=False).encode(\"utf-8\")\n", + " blob_client.upload_blob(csv_data, overwrite=True)\n", + "\n", + " print(f\"uploaded dataset to {container_name}/{blob_name}\")" + ] + }, + { + "cell_type": "code", + "execution_count": 28, + "id": "0a07f4ac", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "uploaded dataset to tribecontainer01/community_reg_data.csv\n" + ] + } + ], + "source": [ + "#Now we apply our function to upload our data\n", + "upload_dataframe(\n", + " prepared_com_data,\n", + " container_name=\"tribecontainer01\",\n", + " blob_name=\"community_reg_data.csv\",\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 36, + "id": "6ccf4e18", + "metadata": {}, + "outputs": [], + "source": [ + "fellow_ext_01.drop(\n", + " columns = [\n", + " \"Do you want to continue in Tribe Fellowship?\",\n", + " \"Do you have a startup/business idea that you want to work on?\",\n", + " \"How do you want to be involved within the community?\",\n", + " \"What skills are you looking forward to developing by joining the Fellowship?\",\n", + " \"What attributes are you aiming to get through Fellowship?\",\n", + " \"Write an attribute you like to get through the fellowship\",\n", + " \"Write here other skills you would like to develop\",\n", + "], inplace=True\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 37, + "id": "932409c3", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "id", + "rawType": "object", + "type": "string" + }, + { + "name": "Name", + "rawType": "object", + "type": "string" + }, + { + "name": "Status", + "rawType": "object", + "type": "string" + }, + { + "name": "email", + "rawType": "object", + "type": "string" + }, + { + "name": "Date of Application", + "rawType": "object", + "type": "string" + }, + { + "name": "Email Date", + "rawType": "object", + "type": "string" + }, + { + "name": "Describe the idea or a project that you are building on.", + "rawType": "object", + "type": "string" + }, + { + "name": "Which stage/target group do you belong to?", + "rawType": "object", + "type": "string" + }, + { + "name": "What is your progress so far?", + "rawType": "object", + "type": "string" + }, + { + "name": "What are you next steps for your project?", + "rawType": "object", + "type": "string" + }, + { + "name": "What skills do you feel like you need to develop to take your project forward?", + "rawType": "object", + "type": "string" + } + ], + "conversionMethod": "pd.DataFrame", + "ref": "0d1619b6-86fa-4f13-8802-7f57a49f1e40", + "rows": [ + [ + "17", + "8895457836", + "PRANAV AGRAWAL", + "Did not show up/canceled", + "PRANAVAGRAWAL91@GMAIL.COM", + "2025-04-09", + "2025-04-09", + "I want to start a business regarding sales or services ( both also) for non chemical, no preservatives supplements which are not available in this market but many other European countries now started already.", + "I have a startup/project idea BUT no team", + "Idea Validation", + "To collect more information on this and connect to people who's can guide me for the further process.", + "Know more about market." + ], + [ + "22", + "8907383823", + "Pranav Agrawal", + "Onboarding booked", + "Pranavagrawal91@gmail.com", + "2025-04-10", + "2025-04-15", + "Replacement of chemicals and preservatives from daily life products.", + "I have a startup/project idea BUT no team", + "Idea or Business Concept", + "Looking to work in an team", + "9 plus years of experience as Business development manager " + ], + [ + "24", + "8924630079", + "Md Mehedi Hasan", + "Did not show up/canceled", + "mmh.hasan04@gmail.com", + "2025-04-14", + "2025-04-15", + "I am working on a project to reduce food waste (surplus food waste) through smart distribution technique. ", + "I have a startup/project idea BUT no team", + "Idea or Business Concept, Idea Validation", + "I would like to test the idea more and I want to learn how can I integrate and promote it in the community for the betterment of the community itself.", + "Finance, marketing, deep thinking and lessons on regenerative business ideas." + ], + [ + "28", + "8997596105", + "Mary Princess Estabillo", + "Onboarding booked", + "Estabillonaire@gmail.com", + "2025-04-24", + "", + "I've officially signed up as a private trader in Finland and updated my location on Upwork to reflect my new base here. This transition opens up the opportunity to work with European clients, especially since I understand the importance of GDPR compliance in this region. While most of my current clients are based in the U.S., I have been operating internationally for several years, primarily serving staffing agencies.\nMy work involves Talent Sourcing and Business Development support, helping companies source and attract candidates more efficiently. Most of my clients find me through Upwork, LinkedIn, and referrals, and I manage all communication, contracts, and deliverables online. With 8 years of experience and a track record of working under formal client agreements, I look forward to expanding my services to the European market!\n", + "I am a solo entrepreneur", + "Idea or Business Concept", + "• Attract European clients", + "Communication and my network" + ], + [ + "30", + "9019277081", + "Johanna Kitiniemi", + "Onboarding booked", + "johanna.kitiniemi@hotmail.fi", + "2025-04-28", + "", + "I started as a solo entrepreneur in January and work as a mental coach.", + "I am a solo entrepreneur", + "Idea Validation, Revenue", + "I’m currently exploring a new target audience for my services. I’ve had a few clients in a different target group. I’m looking to connect with other entrepreneurs, as working alone from home has become a bit monotonous.", + "Marketing and ceating more content on social media." + ], + [ + "32", + "9041075863", + "Kabir Jishan", + "Onboarding booked", + "mdfijulkabir.jishan@tuni.fi", + "2025-04-30", + "", + "Currently I am working under Photonics Glasses Group, Tampere University. However, my deep interest is to develop easier process for detecting gravitational wave and oscillating gravitational field change. This can be used further in significant amount of technologies like how we are using electromagnetic waves in our favor.", + "I have a startup/project idea BUT no team", + "Idea or Business Concept", + "I want to make a team with like minded physicists and work on the idea I previously described. I need funding to work on producing the prototypes for gravitational wave detection technology.", + "I need to know how to sell my idea to people or organizations with money, and bring positive changes to the standing scientific approach in devices we use day to day. I need to form a team for like minded and skilled people to execute the experimental part thereafter." + ], + [ + "35", + "9127311455", + "Päivi Aittala", + "Onboarding booked", + "aittalap@gmail.com", + "2025-05-12", + "", + "I will be offering support services in the area of Supplier and Client Due Diligence services, UBO registries and corporate risk assessment on these areas and corporate governance for small businesses/start-ups that would like to invest in ESG but don´t have the internal resources to do so. I can also offer process optimisation on Legal matters as well project and contract management and help with everyday corporate matters. I am able to provide services in Finnish, English and German.", + "I am a solo entrepreneur", + "Revenue, Business Plan", + "The company ( Toiminimi ) registration in Finland so I can start working for my first client ( in Germany ) from June onwards. Creating digital presence and start making my servicdes available for broader audience.", + "Networking and meeting people offline." + ], + [ + "36", + "9148937832", + "Abduljaleel Bayero", + "Onboarding booked", + "abduljaleelbayero1@gmail.com", + "2025-05-14", + "", + "RiderLink – Simplifying Gig Work in Finland\n\t•\tA platform that connects delivery account owners with verified substitutes (riders), ensuring compliance with Wolt and tax requirements.\n\t•\tWe handle onboarding, invoicing, and legal documentation, making it easier for riders to work legally and earn smoothly.\n\t•\tOur goal is to reduce friction in the gig economy and offer riders a trusted alternative to current invoicing services.", + "I am a solo entrepreneur", + "Idea or Business Concept", + "•\tBuild a functional MVP (minimum viable product) to onboard delivery account owners and substitutes.\n\t•\tTest the platform with early users and improve the legal and invoicing structure.\n\t•\tExplore partnerships with Wolt riders and promote through social media and rider networks.\n\t•\tGet mentorship and funding to scale RiderLink across Finland and other EU markets.", + "•\tAdvanced product development and no-code/low-code platform design.\n\t•\tLegal and tax knowledge around employment and subcontracting in Finland/EU.\n\t•\tMarketing strategy to reach target users and build trust.\n\t•\tBusiness operations and team building as we grow." + ], + [ + "96", + "8995303498", + "Hamzah Farooq", + "Onboarded", + "hamzah.farooque@gmail.com", + "2025-04-24", + "", + "I have to choose between ideas:\n1. Upgradation of digital presence of any individual or a company\n2. Food business\n\nI need guidance i making the right decision at the right time.", + "I have a startup/project idea AND I have a team", + "Idea or Business Concept", + "Build business plan and go to market strategy", + "Legal terms and condition considering europe.\nHow do I approach market" + ], + [ + "98", + "9012265469", + "Perttu Nousiainen", + "Onboarded", + "perrttu.nousiainen@gmail.com", + "2025-04-26", + "", + "Task Hire Oy, that is part of the Startup Catalyst programme :)", + "I have a startup/project idea AND I have a team", + "Idea Validation", + "Pilot and market the idea!", + "Perhaps coding" + ], + [ + "100", + "8946624758", + "Lige Sun", + "Onboarded", + "ligesun@hotmail.com", + "2025-04-16", + "", + "- I started my toiminimi registered with Tampere with start-up grant\n- Providing consultancy service on international management and business development\n- Existing clients are from France, Qatar and China", + "I am a solo entrepreneur", + "Prototype or Minimum Viable Product (MVP), Revenue, Funding or Investment", + "- Develop business in Finland to increase diverse client base\n- Build local network to spearhead projects from Chinese clients\n- Expand international business by growing as a team", + "- Marketing and branding skills\n- Business knowledge about Finnish market\n- Finance skills" + ], + [ + "101", + "9067817110", + "Anthony Sylvestre", + "Onboarded", + "anthony.sylvestre@unchain-studio.com", + "2025-05-05", + "", + "I'm CEO of the young creative agency, Unchain Studio Oy, specialised in branding and social media marketing (from shooting to posting).", + "I have a startup/project idea AND I have a team", + "Idea or Business Concept, Idea Validation, Business Plan, Prototype or Minimum Viable Product (MVP), Revenue, Funding or Investment", + "Scaling and maintaining the quality while expending. ", + "Networking, HR, finding strategies to scale the business. " + ] + ], + "shape": { + "columns": 11, + "rows": 12 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idNameStatusemailDate of ApplicationEmail DateDescribe the idea or a project that you are building on.Which stage/target group do you belong to?What is your progress so far?What are you next steps for your project?What skills do you feel like you need to develop to take your project forward?
178895457836PRANAV AGRAWALDid not show up/canceledPRANAVAGRAWAL91@GMAIL.COM2025-04-092025-04-09I want to start a business regarding sales or ...I have a startup/project idea BUT no teamIdea ValidationTo collect more information on this and connec...Know more about market.
228907383823Pranav AgrawalOnboarding bookedPranavagrawal91@gmail.com2025-04-102025-04-15Replacement of chemicals and preservatives fro...I have a startup/project idea BUT no teamIdea or Business ConceptLooking to work in an team9 plus years of experience as Business develop...
248924630079Md Mehedi HasanDid not show up/canceledmmh.hasan04@gmail.com2025-04-142025-04-15I am working on a project to reduce food waste...I have a startup/project idea BUT no teamIdea or Business Concept, Idea ValidationI would like to test the idea more and I want ...Finance, marketing, deep thinking and lessons ...
288997596105Mary Princess EstabilloOnboarding bookedEstabillonaire@gmail.com2025-04-24I've officially signed up as a private trader ...I am a solo entrepreneurIdea or Business Concept• Attract European clientsCommunication and my network
309019277081Johanna KitiniemiOnboarding bookedjohanna.kitiniemi@hotmail.fi2025-04-28I started as a solo entrepreneur in January an...I am a solo entrepreneurIdea Validation, RevenueI’m currently exploring a new target audience ...Marketing and ceating more content on social m...
329041075863Kabir JishanOnboarding bookedmdfijulkabir.jishan@tuni.fi2025-04-30Currently I am working under Photonics Glasses...I have a startup/project idea BUT no teamIdea or Business ConceptI want to make a team with like minded physici...I need to know how to sell my idea to people o...
359127311455Päivi AittalaOnboarding bookedaittalap@gmail.com2025-05-12I will be offering support services in the are...I am a solo entrepreneurRevenue, Business PlanThe company ( Toiminimi ) registration in Finl...Networking and meeting people offline.
369148937832Abduljaleel BayeroOnboarding bookedabduljaleelbayero1@gmail.com2025-05-14RiderLink – Simplifying Gig Work in Finland\\n\\...I am a solo entrepreneurIdea or Business Concept•\\tBuild a functional MVP (minimum viable prod...•\\tAdvanced product development and no-code/lo...
968995303498Hamzah FarooqOnboardedhamzah.farooque@gmail.com2025-04-24I have to choose between ideas:\\n1. Upgradatio...I have a startup/project idea AND I have a teamIdea or Business ConceptBuild business plan and go to market strategyLegal terms and condition considering europe.\\...
989012265469Perttu NousiainenOnboardedperrttu.nousiainen@gmail.com2025-04-26Task Hire Oy, that is part of the Startup Cata...I have a startup/project idea AND I have a teamIdea ValidationPilot and market the idea!Perhaps coding
1008946624758Lige SunOnboardedligesun@hotmail.com2025-04-16- I started my toiminimi registered with Tampe...I am a solo entrepreneurPrototype or Minimum Viable Product (MVP), Rev...- Develop business in Finland to increase dive...- Marketing and branding skills\\n- Business kn...
1019067817110Anthony SylvestreOnboardedanthony.sylvestre@unchain-studio.com2025-05-05I'm CEO of the young creative agency, Unchain ...I have a startup/project idea AND I have a teamIdea or Business Concept, Idea Validation, Bus...Scaling and maintaining the quality while expe...Networking, HR, finding strategies to scale th...
\n", + "
" + ], + "text/plain": [ + " id Name Status \\\n", + "17 8895457836 PRANAV AGRAWAL Did not show up/canceled \n", + "22 8907383823 Pranav Agrawal Onboarding booked \n", + "24 8924630079 Md Mehedi Hasan Did not show up/canceled \n", + "28 8997596105 Mary Princess Estabillo Onboarding booked \n", + "30 9019277081 Johanna Kitiniemi Onboarding booked \n", + "32 9041075863 Kabir Jishan Onboarding booked \n", + "35 9127311455 Päivi Aittala Onboarding booked \n", + "36 9148937832 Abduljaleel Bayero Onboarding booked \n", + "96 8995303498 Hamzah Farooq Onboarded \n", + "98 9012265469 Perttu Nousiainen Onboarded \n", + "100 8946624758 Lige Sun Onboarded \n", + "101 9067817110 Anthony Sylvestre Onboarded \n", + "\n", + " email Date of Application Email Date \\\n", + "17 PRANAVAGRAWAL91@GMAIL.COM 2025-04-09 2025-04-09 \n", + "22 Pranavagrawal91@gmail.com 2025-04-10 2025-04-15 \n", + "24 mmh.hasan04@gmail.com 2025-04-14 2025-04-15 \n", + "28 Estabillonaire@gmail.com 2025-04-24 \n", + "30 johanna.kitiniemi@hotmail.fi 2025-04-28 \n", + "32 mdfijulkabir.jishan@tuni.fi 2025-04-30 \n", + "35 aittalap@gmail.com 2025-05-12 \n", + "36 abduljaleelbayero1@gmail.com 2025-05-14 \n", + "96 hamzah.farooque@gmail.com 2025-04-24 \n", + "98 perrttu.nousiainen@gmail.com 2025-04-26 \n", + "100 ligesun@hotmail.com 2025-04-16 \n", + "101 anthony.sylvestre@unchain-studio.com 2025-05-05 \n", + "\n", + " Describe the idea or a project that you are building on. \\\n", + "17 I want to start a business regarding sales or ... \n", + "22 Replacement of chemicals and preservatives fro... \n", + "24 I am working on a project to reduce food waste... \n", + "28 I've officially signed up as a private trader ... \n", + "30 I started as a solo entrepreneur in January an... \n", + "32 Currently I am working under Photonics Glasses... \n", + "35 I will be offering support services in the are... \n", + "36 RiderLink – Simplifying Gig Work in Finland\\n\\... \n", + "96 I have to choose between ideas:\\n1. Upgradatio... \n", + "98 Task Hire Oy, that is part of the Startup Cata... \n", + "100 - I started my toiminimi registered with Tampe... \n", + "101 I'm CEO of the young creative agency, Unchain ... \n", + "\n", + " Which stage/target group do you belong to? \\\n", + "17 I have a startup/project idea BUT no team \n", + "22 I have a startup/project idea BUT no team \n", + "24 I have a startup/project idea BUT no team \n", + "28 I am a solo entrepreneur \n", + "30 I am a solo entrepreneur \n", + "32 I have a startup/project idea BUT no team \n", + "35 I am a solo entrepreneur \n", + "36 I am a solo entrepreneur \n", + "96 I have a startup/project idea AND I have a team \n", + "98 I have a startup/project idea AND I have a team \n", + "100 I am a solo entrepreneur \n", + "101 I have a startup/project idea AND I have a team \n", + "\n", + " What is your progress so far? \\\n", + "17 Idea Validation \n", + "22 Idea or Business Concept \n", + "24 Idea or Business Concept, Idea Validation \n", + "28 Idea or Business Concept \n", + "30 Idea Validation, Revenue \n", + "32 Idea or Business Concept \n", + "35 Revenue, Business Plan \n", + "36 Idea or Business Concept \n", + "96 Idea or Business Concept \n", + "98 Idea Validation \n", + "100 Prototype or Minimum Viable Product (MVP), Rev... \n", + "101 Idea or Business Concept, Idea Validation, Bus... \n", + "\n", + " What are you next steps for your project? \\\n", + "17 To collect more information on this and connec... \n", + "22 Looking to work in an team \n", + "24 I would like to test the idea more and I want ... \n", + "28 • Attract European clients \n", + "30 I’m currently exploring a new target audience ... \n", + "32 I want to make a team with like minded physici... \n", + "35 The company ( Toiminimi ) registration in Finl... \n", + "36 •\\tBuild a functional MVP (minimum viable prod... \n", + "96 Build business plan and go to market strategy \n", + "98 Pilot and market the idea! \n", + "100 - Develop business in Finland to increase dive... \n", + "101 Scaling and maintaining the quality while expe... \n", + "\n", + " What skills do you feel like you need to develop to take your project forward? \n", + "17 Know more about market. \n", + "22 9 plus years of experience as Business develop... \n", + "24 Finance, marketing, deep thinking and lessons ... \n", + "28 Communication and my network \n", + "30 Marketing and ceating more content on social m... \n", + "32 I need to know how to sell my idea to people o... \n", + "35 Networking and meeting people offline. \n", + "36 •\\tAdvanced product development and no-code/lo... \n", + "96 Legal terms and condition considering europe.\\... \n", + "98 Perhaps coding \n", + "100 - Marketing and branding skills\\n- Business kn... \n", + "101 Networking, HR, finding strategies to scale th... " + ] + }, + "execution_count": 37, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "fellow_ext_01" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "f2428feb", + "metadata": {}, + "outputs": [], + "source": [] + }, + { + "cell_type": "code", + "execution_count": 39, + "id": "3e765a5d", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_17722/2293023691.py:1: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " fellow_ext_02.drop(\n" + ] + } + ], + "source": [ + "fellow_ext_02.drop(\n", + " columns=[\n", + " \"name\",\n", + " \"Date of Onboarding\",\n", + " \"Anything else you want to tell us? (achievements, expectations, goals, needs.....?)\",\n", + " \"Please spesify shortly\",\n", + " \"Privacy policy\",\n", + " \"Do you live in Tampere area?\",\n", + " ],\n", + " inplace=True,\n", + ")" + ] + }, + { + "cell_type": "code", + "execution_count": 40, + "id": "ff4461e2", + "metadata": {}, + "outputs": [ + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "id", + "rawType": "object", + "type": "string" + }, + { + "name": "name of the person", + "rawType": "object", + "type": "string" + }, + { + "name": "Status", + "rawType": "object", + "type": "string" + }, + { + "name": "email", + "rawType": "object", + "type": "string" + }, + { + "name": "Date of Application", + "rawType": "object", + "type": "string" + }, + { + "name": "Email Date", + "rawType": "object", + "type": "string" + }, + { + "name": "Stage of the project/idea", + "rawType": "object", + "type": "string" + }, + { + "name": "Progress", + "rawType": "object", + "type": "unknown" + }, + { + "name": "Select statements that meet your program expectations", + "rawType": "object", + "type": "unknown" + }, + { + "name": "What challenges or limitations are you currently facing in your progress that are affecting its growth or development?", + "rawType": "object", + "type": "string" + }, + { + "name": "Could you highlight three key traits/strengths that you believe define you?", + "rawType": "object", + "type": "string" + }, + { + "name": "What aspects or traits do you feel you may lack or want to improve upon?", + "rawType": "object", + "type": "string" + }, + { + "name": "Where or from whom did you hear about Fellowship and Startup Circle?", + "rawType": "object", + "type": "string" + } + ], + "conversionMethod": "pd.DataFrame", + "ref": "8666aa2b-cf48-48df-907a-831791f1e8c9", + "rows": [ + [ + "0", + "7876470174", + "Thakshila Hansani Liyanage, Upasaka Liyanage", + "Did not show up", + "hansanipqr@gmail.com", + "2024-11-18", + "", + "I have a startup/project idea BUT no team", + "Business Concept", + "I am looking for mentorship/guidance, I want to assess my current position and identify the next step", + "I have lack of knowledge on requesting documents and legal requirements. And I would like to get more details on setting up the business and get a business ID. ", + "Goal oriented\nOrganized\nPre-plan and goals", + "Documentation process of start up business\nNetworking with other entrepreneurs/ startup in Tampere", + "" + ], + [ + "1", + "8009967501", + "Wasantha Ranasinghe", + "Reminded to book", + "wasanthafin@outlook.com", + "2024-12-09", + "", + "I am a solo entrepreneur", + "Business Model Development, Marketing and Branding Strategy, Scaling and Growth Strategy, Revenue", + "I am looking for mentorship/guidance, I want support with Market Validation and Research, I want to build and expand my network, I would like to find partnership opportunities", + "Networking ", + "Friendliness, Courage, Honestness", + "Networking among the business community", + "" + ], + [ + "2", + "8544020623", + "Karl Friedrich Vallangca", + "Reminded to book", + "karl.vallangca05@gmail.com", + "2025-02-22", + "2025-02-26", + "I am a solo entrepreneur", + "Idea Validation, Scaling and Growth Strategy", + "I am lacking access to Resources (e.g., technology, workspace), I want to assess my current position and identify the next step, I am looking for personal growth", + "Language Barrier, new to finland, resources ", + "Hardworker, flexible, motivated", + "Honestly, I am introvert type of person. I want to be part of Tribe Tampere becasue I want to overcome my fear to talk, to communicate. Because I use to work alone in my little business back in the Philipines. Although I have experience in handling a team in another Job, I am a type of person who really don’t to much the talking. But in my part I really do much like to help other. I hope if you will be given me a chance to be part of TRIBE Tampere, it will really help me a lot. ", + "I attended the Pulla Perjantai with Tribe Tampere yesterday." + ], + [ + "3", + "8442882349", + "Muhammad Waqar Khalil", + "Reminded to book", + "mianwaqarkhalil@gmail.com", + "2025-02-10", + "", + "I am a solo entrepreneur", + "Marketing and Branding Strategy, Scaling and Growth Strategy", + "I would like to find partnership opportunities", + "Facing some issues to find sale leads.", + "Creative worker. Quick learner. One man Army.", + "Sales and connection building.", + "Fellows." + ], + [ + "4", + "8098577451", + "Siyar Yücel", + "Reminded to book", + "Siyaryucel@gmail.com", + "2024-12-21", + "", + "I have a startup/project idea AND I have a team", + "Marketing and Branding Strategy, Scaling and Growth Strategy, User Feedback Integration, Revenue", + "I want support with Market Validation and Research, I want to build and expand my network, I am looking for mentorship/guidance", + "I am currently in search of supplier.", + "Dicipline, Talent, Effiency", + "I would like to improve my network. Meet new same minded people.", + "" + ], + [ + "5", + "8099008965", + "Gehan Premathilake", + "Reminded to book", + "epgehan@gmail.com", + "2024-12-21", + "", + "other", + "Marketing and Branding Strategy, Testing and Iteration, Business Model Development, Business Concept", + "I am looking for mentorship/guidance, I am looking for personal growth, I want to build and expand my network, I would like to find partnership opportunities", + "I need to find right partners", + "Consistency \nAdaptability \nResponsible ", + "Partnering\nCollaboration\nGoal setting", + "" + ], + [ + "6", + "8451409862", + "Riikka Heiskanen", + "Did not show up", + "riikka.heiskanen@gmail.com", + "2025-02-11", + "", + "I have a startup/project idea BUT no team", + "Prototype or Minimum Viable Product (MVP) Development", + "I want to build and expand my network", + "Building websolutions", + "Business drive, business competence, goodwill", + "Web solution coding, financial calculations", + "Tampereen Kauppakamari" + ], + [ + "7", + "8244068908", + "Antti Vuorisalo", + "Reminded to book", + "antti.vuorisalo@tuni.fi", + "2025-01-15", + "", + "I have a startup/project idea BUT no team", + "Team Building and Talent Acquisition", + "I would like to build/expand my team, I want to build and expand my network, I am looking for personal growth", + "Time.", + "Workaholic.\nSocialbutterfly, easy to be connected and connect people. Even though this has been challenge to find the right ppl.\nService process expert on the field of customer service.", + "Team/network.", + "" + ], + [ + "8", + "8593552103", + "Taija Mikkonen", + "Did not show up", + "taija.x.mikkonen@gmail.com", + "2025-02-28", + "2025-02-28", + "I have a startup/project idea BUT no team", + "Team Building and Talent Acquisition, Funding and Investment Plan/Acquisition", + "I am looking for mentorship/guidance, I would like to know about different funding opportunities, I would like to find partnership opportunities", + "I'm new entrepreneur, and I haven't search funding before. I think I really need mentor. Our team is also short, so I try to find cofounder.", + "I'm persistent, quick learner and I generate endless ideas.", + "My business skills, business language and English. and probably many more, just haven't found them yet.", + "I have been aware of Tribe for several years, but I think now it's right time to join." + ], + [ + "9", + "8053172719", + "Kaho Suzuki", + "Onboarded", + "s8k0210@gmail.com", + "2024-12-15", + "", + "I have a startup/project idea BUT no team", + "Business Concept", + "I am lacking access to Resources (e.g., technology, workspace), I am looking for personal growth, I want to build and expand my network, I would like to find partnership opportunities, I would like to know about different funding opportunities", + "I just moved to this town/country and have no connection. So it is so hard to build everything from scratch. ", + "Creativity, Communication, Responsibility", + "Marketing skills and networking", + "" + ], + [ + "10", + "7607717045", + "Sahar Heidari", + "Onboarded", + "sahar.heidari93@gmail.com", + "2024-10-10", + "", + "I have a startup/project idea AND I have a team", + "Business Concept, Business Model Development", + "I want to build and expand my network, I would like to find partnership opportunities", + "We are facing several challenges in developing Syncskills, including limited resources for building advanced features like intelligent matchmaking, secure communication, and real-time collaboration tools. Additionally, financial constraints are affecting our ability to scale operations, invest in marketing, and reach our target audience in a competitive e-learning market.\n\nOther challenges include balancing privacy with effective collaboration, developing a smart matching algorithm, integrating with third-party tools, and keeping users engaged long-term.\n\nOur immediate priority is to secure financial support and partner with an entrepreneur to build a strong, collaborative team to drive this project forward.", + "Three key traits that define me are determination, hard work, and leadership. I’m determined to achieve goals no matter the challenges, consistently pushing forward to overcome obstacles. I am hardworking, always committed to putting in the necessary time and effort to deliver results. Lastly, I possess strong leadership qualities, guiding teams with clarity and confidence, ensuring everyone works towards a common goal while motivating and supporting them throughout the process.", + "While I believe I have strong traits like determination, hard work, and leadership, there are a few areas I’m working to improve. Time management is something I continue to refine to balance tasks more efficiently. I also aim to enhance my delegation skills, trusting others with responsibilities instead of trying to handle everything myself. Additionally, I want to improve my ability to recognize and address the negative aspects of situations more effectively, ensuring I have a balanced perspective when making decisions.", + "" + ], + [ + "11", + "6172200261", + "Gayan Sajith Perera", + "Onboarded", + "sajithperera365@gmail.com", + "2024-03-01", + "", + "I have a startup/project idea BUT no team", + "Business Concept, Business Model Development, Marketing and Branding Strategy", + "I am lacking access to Resources (e.g., technology, workspace), I want support with Market Validation and Research, I want to build and expand my network", + "Since I am new in Finland, do not have a deep understanding about market behavior and contacts to expand the business ", + "1. 17+years experience in clothing manufacturing sector and good understanding about the pricing and quality.\n2. Strong supply chain.\n3. Competitive price benefit. \n", + "Networking - need to have a strong marketing network to develop and establish the brand. \nLegal advices - need to understand legal aspects when importing clothes and reselling \nBenefits and support - what support and benefits I can get as a startup ", + "" + ], + [ + "12", + "6688190514", + "Prince Ampah", + "Onboarded", + "princeampah@icloud.com", + "2024-05-22", + "", + "I have a startup/project idea BUT no team", + "Business Concept, Business Model Development, Team Building and Talent Acquisition, Idea Validation, Scaling and Growth Strategy, Marketing and Branding Strategy, Revenue", + "I would like to find partnership opportunities, I would like to know about different funding opportunities, I am lacking access to Resources (e.g., technology, workspace), I want support with Market Validation and Research", + "Some of the challenges at the moment at moment, are validation of the business plan and Idea, search for partnership and lack of familiarity or experience in the entrepreneurial sector.", + "Strong work ethic, resilience , adaptability , motivated", + "Experience in the entrepreneurial sector, knowledge and how to bring my ideas to life. ", + "" + ], + [ + "13", + "8297223274", + "Katri Mustonen", + "Onboarded", + "katri@ksmsolut.fi", + "2025-01-22", + "", + "I have a startup/project idea BUT no team", + "Business Concept, Funding and Investment Plan/Acquisition, Prototype or Minimum Viable Product (MVP) Development", + "I am lacking access to Resources (e.g., technology, workspace), I am looking for mentorship/guidance, I would like to build/expand my team, I want support with Market Validation and Research", + "Proceeding alone in a new in start-up scene is difficult in every aspect. Have some discussions w. software companies of collaboration and setting a business together, but it is difficult to decide the best alternatives for me and for the product. After starting a business together, we would need to sell the idea to customer, that I already have found one of the possible beneficials of this product. Legistlation issues lie before possible to use the product , that should be investigated and funding also, where I already have some possibilities discussed. After that MVP and production on progress. After a test period, am interested on proceeding to international markets alond few of my funders. ", + "I can finish things I believe in and where I have a good companionship. I have a background as a scientist, a leader and a developer, so I can cover many of the roles in the company, when required. I have an entrepreneur mindset, in terms of being eager to achieve things, seach for efficiency and preferred outcome. ", + "Information and experience on being as an actual succesfull entrepreneur in the aspects of financial side, marketing and in consistensy in selling. accepting minor setbacks as a form of development and persistance after failure. Building a team from the wide possibilities and finding the right people to work with. ", + "In a MIB event. " + ], + [ + "14", + "8149291563", + "Diego Morin", + "Onboarded", + "info@karibe.fi", + "2025-01-02", + "", + "I am a solo entrepreneur", + "Business Concept, Idea Validation, Legal and Regulatory Compliance", + "I am looking for mentorship/guidance, I want to build and expand my network, I want to assess my current position and identify the next step", + "Am starting my business and the amount of information is overwhelming, I have plenty experience in the field I want to work with but I lack knowledge in the admin process. ", + "Hardworking, focus, resilient ", + "organization and setting up.", + "" + ], + [ + "15", + "7252754664", + "Jan Rebek", + "Onboarded", + "jan.rebek@outlook.com", + "2024-08-19", + "", + "I have a startup/project idea BUT no team", + "Business Concept, Prototype or Minimum Viable Product (MVP) Development, Funding and Investment Plan/Acquisition", + "I would like to build/expand my team, I am looking for mentorship/guidance", + "I need to build a versatile team to continue working on the MVP. I also need guidance on the business side. ", + "- Strong technical background (Currently working as a Senior Data & Cloud Engineer)\n- Ability to speak with both technical and business stakeholders\n- Business acumen (greaduated with BBA, MBA in progress)", + "- sales experience\n- marketing experience\n- start-up leadership\n- growth hacking\n- getting investors/funding", + "" + ], + [ + "16", + "6600316262", + "Joonas Hilaja", + "Onboarded", + "joonas.hilaja@gmail.com", + "2024-05-08", + "", + "I have a startup/project idea BUT no team", + "Business Concept, Prototype or Minimum Viable Product (MVP) Development, Team Building and Talent Acquisition", + "I am looking for mentorship/guidance, I would like to build/expand my team, I want support with Market Validation and Research", + "I need help and advice with the team and its creation. The idea is at the very beginning, so first I need help sparring the idea.", + "Understanding of information management, appropriate criticality and self-confidence. I also consider approachability to be my strength. In addition, I am direct and can express my own opinion when there is a need for it.", + "My language skills need practice and my network needs to be expanded. Psychology, interpersonal skills and marketing also need help.", + "" + ], + [ + "17", + "6782165500", + "Nadine Labib", + "Onboarded", + "nadine.labib@outlook.com", + "2024-06-06", + "", + "I have a startup/project idea AND I have a team", + "Business Model Development, Funding and Investment Plan/Acquisition", + "I would like to know about different funding opportunities", + "Funding and investment. Challenging for our team to swithc to full-time workers", + "Inclusivity\nAmbition\nCreative Thinking", + "Confidence\nExecutive function", + "" + ], + [ + "18", + "6521408456", + "Emmi Huotelin", + "Onboarded", + "huotelin.emmi@gmail.com", + "2024-04-25", + "", + "I have a startup/project idea BUT no team", + "Business Model Development, Funding and Investment Plan/Acquisition, Idea Validation, Legal and Regulatory Compliance, User Feedback Integration, Testing and Iteration, Scaling and Growth Strategy, Revenue, Prototype or Minimum Viable Product (MVP) Development, Team Building and Talent Acquisition, Business Concept", + "I am looking for mentorship/guidance, I want to build and expand my network, I would like to know about different funding opportunities, I am looking for personal growth, I would like to build/expand my team, I am lacking access to Resources (e.g., technology, workspace), I want support with Market Validation and Research, I want to assess my current position and identify the next step, I would like to find partnership opportunities", + "I have never done this kind of project before or worked in start up, so I think I need some guidance and help. ", + "Achieving, result-oriented, inspiring", + "I want to develop my networking skills and how to take an idea for the next level. ", + "" + ], + [ + "19", + "6310121826", + "Esme Luhtala", + "Onboarded", + "esme.luhtala@gmail.com", + "2024-03-22", + "", + "I have a startup/project idea AND I have a team", + "Business Model Development, Funding and Investment Plan/Acquisition, Legal and Regulatory Compliance, Testing and Iteration", + "I want to assess my current position and identify the next step, I would like to know about different funding opportunities", + "So many opportunities, but hard to decide what to do next.", + "Active, learnful, thirsty", + "Professional uskottavuus, knowledge on the fields law aspects, more money", + "" + ], + [ + "20", + "6409816151", + "Amir Hayat", + "Onboarded", + "amir.hayat@tuni.fi", + "2024-04-08", + "", + "I have a startup/project idea AND I have a team", + "Business Model Development, Legal and Regulatory Compliance, Prototype or Minimum Viable Product (MVP) Development, Revenue", + "I am looking for mentorship/guidance, I am lacking access to Resources (e.g., technology, workspace), I would like to know about different funding opportunities, I would like to build/expand my team", + "I'm looking for developer who can become my partner in my idea. ", + "Team Player, Commitment, Self-belief", + "Stress Management, Money Management, \n", + "" + ], + [ + "21", + "8278091296", + "Arttu Huitti", + "Onboarded", + "arttu.huitti@outlook.com", + "2025-01-20", + "", + "I am a solo entrepreneur", + "Business Model Development, Scaling and Growth Strategy", + "I want to assess my current position and identify the next step, I want to build and expand my network", + "Epävarmuus siitä mihin yhteen asiaan keskittyä eniten. ", + "Itsevarmuus, hyvä pelisilmä ja taito kehittyä ", + "Yrityksen hallinta, myynti", + "" + ], + [ + "22", + "6538817245", + "Dani Warnicki", + "Onboarded", + "dani.warnicki@doubleround.com", + "2024-04-29", + "", + "I have a startup/project idea AND I have a team", + "Business Model Development, Scaling and Growth Strategy, Testing and Iteration", + "I am lacking access to Resources (e.g., technology, workspace), I am looking for personal growth, I want to build and expand my network", + "Our offering is too \"advanced\" for our clients. We need to understand them better and develop our offering. In addition, the current economic situation is really affecting our customers. ", + "First, our team is quite well balanced and driven by our mission.\nSecond, our founder has a lot of experience in our practice. \nThird, we have strong social capital.", + "To be able to better see and understand things from our client's perspective.", + "" + ], + [ + "23", + "6588892396", + "Michael", + "Onboarded", + "wineknot.me@live.com", + "2024-05-06", + "", + "I have a startup/project idea BUT no team", + "Business Model Development, Team Building and Talent Acquisition, Funding and Investment Plan/Acquisition, Legal and Regulatory Compliance, Marketing and Branding Strategy, Scaling and Growth Strategy, User Feedback Integration", + "I am lacking access to Resources (e.g., technology, workspace), I am looking for mentorship/guidance, I would like to build/expand my team, I would like to find partnership opportunities, I would like to know about different funding opportunities, I want to build and expand my network", + "-->The lack of team members with the necessary skill-sets to execute our goals. \n--> Funding/Investments ", + "--> Strong networking skills\n--> Culturally inclusive and international mindset\n--> Communicator ", + "--> ICT skills\n--> Negotiation skills\n--> Procrastination", + "" + ], + [ + "24", + "7431975945", + "Abdul Wasay", + "Onboarded", + "wasayrizwani@gmail.com", + "2024-09-15", + "", + "I have a startup/project idea AND I have a team", + "Funding and Investment Plan/Acquisition, Business Model Development, Legal and Regulatory Compliance", + "I am lacking access to Resources (e.g., technology, workspace), I am looking for mentorship/guidance, I would like to know about different funding opportunities", + "One of the key challenges I'm facing in my progress is the lack of proper mentorship for my startup idea. This is affecting the growth and development of the concept, as having guidance from experienced individuals could help navigate obstacles more effectively and provide valuable insights for scaling.", + "My determination , problem solving and communication skills are the best traits.", + "Networking is the thing I want to improve the most.", + "" + ], + [ + "25", + "7867510237", + "Harini Narendra", + "Onboarded", + "harini.narendra@acewebmaster.com", + "2024-11-17", + "", + "I have a startup/project idea BUT no team", + "Funding and Investment Plan/Acquisition, Marketing and Branding Strategy, Scaling and Growth Strategy, Legal and Regulatory Compliance, Revenue, Testing and Iteration, User Feedback Integration, Prototype or Minimum Viable Product (MVP) Development, Idea Validation", + "I am lacking access to Resources (e.g., technology, workspace), I am looking for mentorship/guidance, I want support with Market Validation and Research, I want to assess my current position and identify the next step, I would like to find partnership opportunities, I would like to know about different funding opportunities", + "Mostly marketing an overseas company and Hotel Management System here in Finland has been quite challenging.", + "perseverance, resilient, creative", + "Strategic thinking\n", + "" + ], + [ + "26", + "6310117365", + "Katrina Cirule", + "Onboarded", + "katrina.cirule11@gmail.com", + "2024-03-22", + "", + "I have a startup/project idea AND I have a team", + "Funding and Investment Plan/Acquisition, Revenue, Scaling and Growth Strategy", + "I want support with Market Validation and Research, I would like to know about different funding opportunities, I want to build and expand my network", + "Challenges reaching paying customers ", + "Community driven, open to learn and empathetic ", + "Data analysis and using the numbers usefully, better decision making ", + "" + ], + [ + "27", + "6316317964", + "COJEAN Kevin", + "Onboarded", + "kcojean@gmail.com", + "2024-03-23", + "", + "I have a startup/project idea BUT no team", + "Idea Validation", + "I am looking for mentorship/guidance", + "Although I'm good at coding systems and backends, I typically lack the marketing, communication, and UI/UX graphical skills. ", + "Persistence\nReliability\nOpen minded", + "Being faster at execution\nHow to find good business partners\nMarketing", + "" + ], + [ + "28", + "8166846256", + "Mehran Rafiee", + "Onboarded", + "mehranrafiee5@gmail.com", + "2025-01-06", + "", + "I have a startup/project idea BUT no team", + "Idea Validation, Business Model Development, Legal and Regulatory Compliance, Marketing and Branding Strategy", + "I am looking for mentorship/guidance, I want support with Market Validation and Research, I want to build and expand my network", + "I need to accuire some leads and learn how to approach those leads to build my customer base from scratch", + "Resilience, Realistic, curious", + "time management", + "" + ], + [ + "29", + "7868100692", + "Emilia Koskiniemi", + "Onboarded", + "emilia.koskiniemi@taskhire.fi", + "2024-11-17", + "", + "I have a startup/project idea AND I have a team", + "Idea Validation, Funding and Investment Plan/Acquisition, Scaling and Growth Strategy", + "I am looking for mentorship/guidance, I want support with Market Validation and Research, I would like to know about different funding opportunities", + "We have an idea and advanced MVP but we might need support in testing and getting the product actually to the market", + "- We are generalistic doers \n- team memebers know each others well and we have social comoetence for networking\n- we have committed to the project financially\n", + "- Product development and testing\n- finance/scaling/growth\n- marketing", + "" + ], + [ + "30", + "8219806974", + "Paavo", + "Onboarded", + "paavo.paukamainen@gmail.com", + "2025-01-12", + "", + "I am a solo entrepreneur", + "Idea Validation, Prototype or Minimum Viable Product (MVP) Development, Scaling and Growth Strategy, Marketing and Branding Strategy, Testing and Iteration", + "I am looking for mentorship/guidance, I am looking for personal growth, I want support with Market Validation and Research, I want to assess my current position and identify the next step, I want to build and expand my network, I would like to find partnership opportunities", + "A full-time day job. Lack of experience & connections in building an ecosystem.", + "Ambitious & creative visionary\n", + "I want to reduce overthinking and increase action while improving communication and expanding networks. \n\nI also want to improve my capability to identify & create value as well as ability to find & focus on action items that create the most value, instead of putting time/money into something less important. ", + "" + ], + [ + "31", + "7392537760", + "Osman Yilmaz", + "Onboarded", + "yilmazzosmann@gmail.com", + "2024-09-09", + "", + "other", + "Idea Validation, Testing and Iteration, Prototype or Minimum Viable Product (MVP) Development", + "I want to build and expand my network, I am looking for personal growth, I would like to find partnership opportunities", + "Actually not much, I just want to join Tribe to spend time likeminded people and observe opportunities", + "Life-long learning, adaptability, taking initiative", + "Growth stragety, marketing, brand creation", + "" + ], + [ + "32", + "8551452572", + "Antti Ikonen", + "Onboarded", + "Ikonenanttijussi@gmail.com", + "2025-02-24", + "", + "I have a startup/project idea AND I have a team", + "Marketing and Branding Strategy", + "I am looking for mentorship/guidance", + "Product and brand developement is now complete enough and next step is plan the operational schetchule for hitting the market. Now I have found a member for out team who can use AI tools effectivily and we are starting to work together in this project. CEO and Salesmanager skils are needed in future which I want learn about or find a team member who have talented in thise skils", + "Innovative, persistent & inspiring", + "Chetchuling and operational implementing ", + "Your website and wisiting. Also I have participated red brick accelerator at 2022" + ], + [ + "33", + "7711387217", + "Yalun Cai", + "Onboarded", + "lumenloimu@gmail.com", + "2024-10-25", + "", + "I am a solo entrepreneur", + "Marketing and Branding Strategy, Idea Validation, Revenue", + "I want to build and expand my network, I am looking for mentorship/guidance, I am looking for personal growth", + "Lack of networking opportunities and exposure for my business, Lack of clientele, experience in approaching customers ", + "Confidence, creativity, eager to learn ", + "More design skills, recognizing right target to approach, and more efficiency in my workflow, brand presentation", + "" + ], + [ + "34", + "8209049680", + "Tertti Tenhola", + "Onboarded", + "tertti.tenhola@gmail.com", + "2025-01-10", + "", + "I am a solo entrepreneur", + "Marketing and Branding Strategy, Idea Validation, Revenue", + "I want to build and expand my network, I would like to build/expand my team, I am lacking access to Resources (e.g., technology, workspace)", + "not enough revenue to be sustainable\nno clear strategy for getting enough customers and turnover\nno team and little experience with hiring", + "diverse experience dealing with spiritual / trauma challenges.\nemotional intelligence and good communication skills\npassion and authenticity about helping people", + "marketing & branding strategy design and implementation\ngrowth plan\n", + "" + ], + [ + "35", + "6310126864", + "Dipanjan Das", + "Onboarded", + "dip@xchi.space", + "2024-03-22", + "", + "I have a startup/project idea AND I have a team", + "Prototype or Minimum Viable Product (MVP) Development, Funding and Investment Plan/Acquisition", + "I am looking for personal growth, I want support with Market Validation and Research", + "Nothing to discuss at the moment", + "Not sure", + "Time will say", + "" + ], + [ + "36", + "6843642010", + "Veli-Antti Riihimäki", + "Onboarded", + "veliantti.riihimaki@gmail.com", + "2024-06-16", + "", + "I am a solo entrepreneur", + "Prototype or Minimum Viable Product (MVP) Development, Marketing and Branding Strategy, Idea Validation", + "I would like to know about different funding opportunities, I am looking for mentorship/guidance, I want to build and expand my network", + "Lack of time because I have day job and small kids. ", + "Innovativeness\nBroad skillset\nWill to learn\n", + "Networking skills\nMore fluent English\nMarketing skills in practice", + "" + ], + [ + "37", + "6356433501", + "Teodor", + "Onboarded", + "thiidenlampi@gmail.com", + "2024-03-29", + "", + "I am a solo entrepreneur", + "Revenue", + "I am lacking access to Resources (e.g., technology, workspace)", + "Hard to attract leads.", + "Outgoing, resourceful and curious ", + "Confident and I want to improve my social skills ", + "" + ], + [ + "38", + "8027640700", + "Lauri Heikkilä", + "Onboarded", + "lauri@soiva.tech", + "2024-12-11", + "", + "I have a startup/project idea AND I have a team", + "Revenue, Team Building and Talent Acquisition, Business Concept, Funding and Investment Plan/Acquisition, Marketing and Branding Strategy", + "I want support with Market Validation and Research, I want to build and expand my network, I would like to build/expand my team, I would like to find partnership opportunities, I would like to know about different funding opportunities", + "I have rather straightforward steps for next 1-3mths. But soon, maybe during that need angles towards a poc project, branding, and some work force. And especially aws credits :)", + "Me, personally? Well I've been entrepreneur for around 20yrs, working in and with startups and small scale businesses for many years, thought business development with many companies, managed to make living out of all that... Strong and wide technical knowledge, ideas and vision how to push things forward...", + "Again, me personally? Well my mindset is not towards maximum growth and speed, but relaxation and somehow balanced modestness...", + "" + ], + [ + "39", + "7652881818", + "Phil", + "Onboarded", + "philcard333@gmail.com", + "2024-10-17", + "", + "I have a startup/project idea AND I have a team", + "Scaling and Growth Strategy", + "I would like to build/expand my team", + "Networking and idea bouncing, like-minded individuals to discuss future plans for the way the internet business is heading ", + "1. Understanding trends, foresight.\n\n2. Having passion to drive business whilst solving problems.\n\n3. Independence and contrarian minded.\n", + "Business administration \n\nData gathering for business \n\nLegal and regulations ", + "" + ], + [ + "40", + "8268356877", + "Patrik linnamaa", + "Onboarded", + "Linnamaa.patrik@icloud.com", + "2025-01-17", + "", + "I am a solo entrepreneur", + "Scaling and Growth Strategy", + "I want to build and expand my network", + "Not having a working space", + "I have good disipline, i am doing everything with my business, i always positive!", + "I want to scale my business", + "" + ], + [ + "41", + "7452983646", + "Ilja Amnell", + "Onboarded", + "ilja@solarkid.fi", + "2024-09-18", + "", + "I am a solo entrepreneur", + "Scaling and Growth Strategy, Marketing and Branding Strategy, Idea Validation, Funding and Investment Plan/Acquisition, Business Model Development", + "I am looking for mentorship/guidance, I am looking for personal growth, I want to assess my current position and identify the next step, I want to build and expand my network, I would like to find partnership opportunities, I would like to know about different funding opportunities", + "The market (music) is centralised, and the challenge is to compete against the other agencies (competitors) that our customers (venues/festivals etc.) already buy. This is because they have been in a market for a longer period of time.", + "Idea-rich, motivator and team builder", + "Sales, pitching, prioritisation ", + "" + ], + [ + "42", + "7693845561", + "Ruslan Rusinov", + "Onboarded", + "ruslanrusinov13@gmail.com", + "2024-10-23", + "", + "I am a solo entrepreneur", + "Team Building and Talent Acquisition", + "I am looking for personal growth", + "Prioritising and setting focus on personal and professional matters. WIP", + "- value driven individual with a high stress tolerance \n- positive mindset about failure \n- overly ambitious and a DOER", + "Great question! Deffo prioritising and faster decision making (both of them needs to be improved)", + "" + ], + [ + "43", + "7632341426", + "Saadman Noor Wasif", + "Onboarded", + "saadman.wasif21@gmail.com", + "2024-10-15", + "", + "I have a startup/project idea BUT no team", + "Team Building and Talent Acquisition, Business Concept, Business Model Development, Funding and Investment Plan/Acquisition, Idea Validation, Legal and Regulatory Compliance, Testing and Iteration", + "I am lacking access to Resources (e.g., technology, workspace), I am looking for mentorship/guidance, I want support with Market Validation and Research, I would like to find partnership opportunities", + "A proper team, finances, partnership, guidance, rules", + "Problem solver, extrovert, connector of people", + "How to expand in a broader way ", + "" + ], + [ + "44", + "7268289837", + "Vilma Karhu-Jopasin", + "Onboarded", + "vilmalottaaurora@gmail.com", + "2024-08-21", + "", + "I have a startup/project idea BUT no team", + "Team Building and Talent Acquisition, Business Model Development, Funding and Investment Plan/Acquisition, Idea Validation, Legal and Regulatory Compliance, Marketing and Branding Strategy, Prototype or Minimum Viable Product (MVP) Development, Scaling and Growth Strategy, Testing and Iteration, User Feedback Integration", + "I am looking for mentorship/guidance, I am looking for personal growth, I want support with Market Validation and Research, I want to build and expand my network, I would like to build/expand my team, I would like to find partnership opportunities, I want to assess my current position and identify the next step", + "Idea validation, focusing the target group, finding a committed team (co-founders) with the skill sets that I need", + "Innovative, driven, fast learner", + "Scalability, organization structure, distribution of tasks (team)", + "" + ], + [ + "45", + "6845877125", + "Santtu Keskinen", + "Onboarded", + "santtu.keskinen@gmail.com", + "2024-06-17", + "", + "I am a solo entrepreneur", + "Team Building and Talent Acquisition, Business Model Development, Marketing and Branding Strategy, Scaling and Growth Strategy", + "I am looking for mentorship/guidance, I would like to build/expand my team", + "I can do a lot of the technical aspects and product development, but I'm looking for a business minded, generalist entrepreneurial co-founder who can wear many hats from operations to marketing to community management. ", + "Technical skills, vision of what the product should be and it's user base, flexibility", + "Networking, high energy hustle / getting it done", + "" + ], + [ + "46", + "8255237238", + "Sulata Dhakal", + "Onboarded", + "sulata.dhakal@gmail.com", + "2025-01-16", + "", + "I have a startup/project idea BUT no team", + "Team Building and Talent Acquisition, Funding and Investment Plan/Acquisition, Legal and Regulatory Compliance, Prototype or Minimum Viable Product (MVP) Development, Testing and Iteration", + "I want support with Market Validation and Research, I want to build and expand my network, I would like to build/expand my team, I would like to know about different funding opportunities, I am lacking access to Resources (e.g., technology, workspace)", + "Accountability partner, I hope people in this place will motivate me to move forward.\nBuilding a team and expanding my network, as I'm new in Tampere so I need a place where I can build a network and get to know about the startup culture of Finland.", + "Analytical thinking, and problem-solving, particularly in areas like sustainability strategy and material innovation. \nAlso, teamwork and creativity to help create solutions that make an impactful difference.", + "Prototyping solutions and translating theoretical concepts into practical applications.\nCollaboration skills in interdisciplinary teams.", + "" + ], + [ + "47", + "6258863511", + "Waqas Nazeer", + "Onboarded", + "thewaqasnazeer@gmail.com", + "2024-03-14", + "", + "I have a startup/project idea AND I have a team", + "Testing and Iteration, Funding and Investment Plan/Acquisition, Legal and Regulatory Compliance", + "I am looking for personal growth, I would like to know about different funding opportunities, I want to assess my current position and identify the next step", + "We haven't explored that avenue yet, but we're actively looking for ways to tackle this challenge and drive our growth. From a personal perspective, I'd suggest that my current challenge is to find some networking resources and I also want to be an active member of the community.", + "Strategic Thinking: I excel in analyzing complex situations, identifying key opportunities, and developing effective strategic plans.\nAdaptability: I thrive in dynamic environments, quickly adjusting to change and turning challenges into opportunities for growth.\nCollaboration: I believe in the power of teamwork, leveraging diverse perspectives to achieve shared goals and foster a positive work environment. \n", + "Though I know the art of humility, but sometimes I miss the opportunity to make use of the right connections at the right time. Maybe I need to improve my skills of believing in peer support.", + "" + ], + [ + "48", + "6470208417", + "Remy Park", + "Onboarded", + "remy.park@digialiens.com", + "2024-04-12", + "", + "I have a startup/project idea AND I have a team", + null, + null, + "", + "", + "", + "" + ], + [ + "49", + "6470212741", + "Jing", + "Onboarded", + "jing.yu@tuni.fi", + "2024-03-13", + "", + "I have a startup/project idea BUT no team", + null, + null, + "", + "", + "", + "" + ] + ], + "shape": { + "columns": 13, + "rows": 52 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idname of the personStatusemailDate of ApplicationEmail DateStage of the project/ideaProgressSelect statements that meet your program expectationsWhat challenges or limitations are you currently facing in your progress that are affecting its growth or development?Could you highlight three key traits/strengths that you believe define you?What aspects or traits do you feel you may lack or want to improve upon?Where or from whom did you hear about Fellowship and Startup Circle?
07876470174Thakshila Hansani Liyanage, Upasaka LiyanageDid not show uphansanipqr@gmail.com2024-11-18I have a startup/project idea BUT no teamBusiness ConceptI am looking for mentorship/guidance, I want t...I have lack of knowledge on requesting documen...Goal oriented\\nOrganized\\nPre-plan and goalsDocumentation process of start up business\\nNe...
18009967501Wasantha RanasingheReminded to bookwasanthafin@outlook.com2024-12-09I am a solo entrepreneurBusiness Model Development, Marketing and Bran...I am looking for mentorship/guidance, I want s...NetworkingFriendliness, Courage, HonestnessNetworking among the business community
28544020623Karl Friedrich VallangcaReminded to bookkarl.vallangca05@gmail.com2025-02-222025-02-26I am a solo entrepreneurIdea Validation, Scaling and Growth StrategyI am lacking access to Resources (e.g., techno...Language Barrier, new to finland, resourcesHardworker, flexible, motivatedHonestly, I am introvert type of person. I wan...I attended the Pulla Perjantai with Tribe Tamp...
38442882349Muhammad Waqar KhalilReminded to bookmianwaqarkhalil@gmail.com2025-02-10I am a solo entrepreneurMarketing and Branding Strategy, Scaling and G...I would like to find partnership opportunitiesFacing some issues to find sale leads.Creative worker. Quick learner. One man Army.Sales and connection building.Fellows.
48098577451Siyar YücelReminded to bookSiyaryucel@gmail.com2024-12-21I have a startup/project idea AND I have a teamMarketing and Branding Strategy, Scaling and G...I want support with Market Validation and Rese...I am currently in search of supplier.Dicipline, Talent, EffiencyI would like to improve my network. Meet new s...
58099008965Gehan PremathilakeReminded to bookepgehan@gmail.com2024-12-21otherMarketing and Branding Strategy, Testing and I...I am looking for mentorship/guidance, I am loo...I need to find right partnersConsistency \\nAdaptability \\nResponsiblePartnering\\nCollaboration\\nGoal setting
68451409862Riikka HeiskanenDid not show upriikka.heiskanen@gmail.com2025-02-11I have a startup/project idea BUT no teamPrototype or Minimum Viable Product (MVP) Deve...I want to build and expand my networkBuilding websolutionsBusiness drive, business competence, goodwillWeb solution coding, financial calculationsTampereen Kauppakamari
78244068908Antti VuorisaloReminded to bookantti.vuorisalo@tuni.fi2025-01-15I have a startup/project idea BUT no teamTeam Building and Talent AcquisitionI would like to build/expand my team, I want t...Time.Workaholic.\\nSocialbutterfly, easy to be conne...Team/network.
88593552103Taija MikkonenDid not show uptaija.x.mikkonen@gmail.com2025-02-282025-02-28I have a startup/project idea BUT no teamTeam Building and Talent Acquisition, Funding ...I am looking for mentorship/guidance, I would ...I'm new entrepreneur, and I haven't search fun...I'm persistent, quick learner and I generate e...My business skills, business language and Engl...I have been aware of Tribe for several years, ...
98053172719Kaho SuzukiOnboardeds8k0210@gmail.com2024-12-15I have a startup/project idea BUT no teamBusiness ConceptI am lacking access to Resources (e.g., techno...I just moved to this town/country and have no ...Creativity, Communication, ResponsibilityMarketing skills and networking
107607717045Sahar HeidariOnboardedsahar.heidari93@gmail.com2024-10-10I have a startup/project idea AND I have a teamBusiness Concept, Business Model DevelopmentI want to build and expand my network, I would...We are facing several challenges in developing...Three key traits that define me are determinat...While I believe I have strong traits like dete...
116172200261Gayan Sajith PereraOnboardedsajithperera365@gmail.com2024-03-01I have a startup/project idea BUT no teamBusiness Concept, Business Model Development, ...I am lacking access to Resources (e.g., techno...Since I am new in Finland, do not have a deep ...1. 17+years experience in clothing manufacturi...Networking - need to have a strong marketing n...
126688190514Prince AmpahOnboardedprinceampah@icloud.com2024-05-22I have a startup/project idea BUT no teamBusiness Concept, Business Model Development, ...I would like to find partnership opportunities...Some of the challenges at the moment at moment...Strong work ethic, resilience , adaptability ,...Experience in the entrepreneurial sector, know...
138297223274Katri MustonenOnboardedkatri@ksmsolut.fi2025-01-22I have a startup/project idea BUT no teamBusiness Concept, Funding and Investment Plan/...I am lacking access to Resources (e.g., techno...Proceeding alone in a new in start-up scene is...I can finish things I believe in and where I h...Information and experience on being as an actu...In a MIB event.
148149291563Diego MorinOnboardedinfo@karibe.fi2025-01-02I am a solo entrepreneurBusiness Concept, Idea Validation, Legal and R...I am looking for mentorship/guidance, I want t...Am starting my business and the amount of info...Hardworking, focus, resilientorganization and setting up.
157252754664Jan RebekOnboardedjan.rebek@outlook.com2024-08-19I have a startup/project idea BUT no teamBusiness Concept, Prototype or Minimum Viable ...I would like to build/expand my team, I am loo...I need to build a versatile team to continue w...- Strong technical background (Currently worki...- sales experience\\n- marketing experience\\n- ...
166600316262Joonas HilajaOnboardedjoonas.hilaja@gmail.com2024-05-08I have a startup/project idea BUT no teamBusiness Concept, Prototype or Minimum Viable ...I am looking for mentorship/guidance, I would ...I need help and advice with the team and its c...Understanding of information management, appro...My language skills need practice and my networ...
176782165500Nadine LabibOnboardednadine.labib@outlook.com2024-06-06I have a startup/project idea AND I have a teamBusiness Model Development, Funding and Invest...I would like to know about different funding o...Funding and investment. Challenging for our te...Inclusivity\\nAmbition\\nCreative ThinkingConfidence\\nExecutive function
186521408456Emmi HuotelinOnboardedhuotelin.emmi@gmail.com2024-04-25I have a startup/project idea BUT no teamBusiness Model Development, Funding and Invest...I am looking for mentorship/guidance, I want t...I have never done this kind of project before ...Achieving, result-oriented, inspiringI want to develop my networking skills and how...
196310121826Esme LuhtalaOnboardedesme.luhtala@gmail.com2024-03-22I have a startup/project idea AND I have a teamBusiness Model Development, Funding and Invest...I want to assess my current position and ident...So many opportunities, but hard to decide what...Active, learnful, thirstyProfessional uskottavuus, knowledge on the fie...
206409816151Amir HayatOnboardedamir.hayat@tuni.fi2024-04-08I have a startup/project idea AND I have a teamBusiness Model Development, Legal and Regulato...I am looking for mentorship/guidance, I am lac...I'm looking for developer who can become my pa...Team Player, Commitment, Self-beliefStress Management, Money Management, \\n
218278091296Arttu HuittiOnboardedarttu.huitti@outlook.com2025-01-20I am a solo entrepreneurBusiness Model Development, Scaling and Growth...I want to assess my current position and ident...Epävarmuus siitä mihin yhteen asiaan keskittyä...Itsevarmuus, hyvä pelisilmä ja taito kehittyäYrityksen hallinta, myynti
226538817245Dani WarnickiOnboardeddani.warnicki@doubleround.com2024-04-29I have a startup/project idea AND I have a teamBusiness Model Development, Scaling and Growth...I am lacking access to Resources (e.g., techno...Our offering is too \"advanced\" for our clients...First, our team is quite well balanced and dri...To be able to better see and understand things...
236588892396MichaelOnboardedwineknot.me@live.com2024-05-06I have a startup/project idea BUT no teamBusiness Model Development, Team Building and ...I am lacking access to Resources (e.g., techno...-->The lack of team members with the necessary...--> Strong networking skills\\n--> Culturally i...--> ICT skills\\n--> Negotiation skills\\n--> Pr...
247431975945Abdul WasayOnboardedwasayrizwani@gmail.com2024-09-15I have a startup/project idea AND I have a teamFunding and Investment Plan/Acquisition, Busin...I am lacking access to Resources (e.g., techno...One of the key challenges I'm facing in my pro...My determination , problem solving and communi...Networking is the thing I want to improve the ...
257867510237Harini NarendraOnboardedharini.narendra@acewebmaster.com2024-11-17I have a startup/project idea BUT no teamFunding and Investment Plan/Acquisition, Marke...I am lacking access to Resources (e.g., techno...Mostly marketing an overseas company and Hotel...perseverance, resilient, creativeStrategic thinking\\n
266310117365Katrina CiruleOnboardedkatrina.cirule11@gmail.com2024-03-22I have a startup/project idea AND I have a teamFunding and Investment Plan/Acquisition, Reven...I want support with Market Validation and Rese...Challenges reaching paying customersCommunity driven, open to learn and empatheticData analysis and using the numbers usefully, ...
276316317964COJEAN KevinOnboardedkcojean@gmail.com2024-03-23I have a startup/project idea BUT no teamIdea ValidationI am looking for mentorship/guidanceAlthough I'm good at coding systems and backen...Persistence\\nReliability\\nOpen mindedBeing faster at execution\\nHow to find good bu...
288166846256Mehran RafieeOnboardedmehranrafiee5@gmail.com2025-01-06I have a startup/project idea BUT no teamIdea Validation, Business Model Development, L...I am looking for mentorship/guidance, I want s...I need to accuire some leads and learn how to ...Resilience, Realistic, curioustime management
297868100692Emilia KoskiniemiOnboardedemilia.koskiniemi@taskhire.fi2024-11-17I have a startup/project idea AND I have a teamIdea Validation, Funding and Investment Plan/A...I am looking for mentorship/guidance, I want s...We have an idea and advanced MVP but we might ...- We are generalistic doers \\n- team memebers ...- Product development and testing\\n- finance/s...
308219806974PaavoOnboardedpaavo.paukamainen@gmail.com2025-01-12I am a solo entrepreneurIdea Validation, Prototype or Minimum Viable P...I am looking for mentorship/guidance, I am loo...A full-time day job. Lack of experience & conn...Ambitious & creative visionary\\nI want to reduce overthinking and increase act...
317392537760Osman YilmazOnboardedyilmazzosmann@gmail.com2024-09-09otherIdea Validation, Testing and Iteration, Protot...I want to build and expand my network, I am lo...Actually not much, I just want to join Tribe t...Life-long learning, adaptability, taking initi...Growth stragety, marketing, brand creation
328551452572Antti IkonenOnboardedIkonenanttijussi@gmail.com2025-02-24I have a startup/project idea AND I have a teamMarketing and Branding StrategyI am looking for mentorship/guidanceProduct and brand developement is now complet...Innovative, persistent & inspiringChetchuling and operational implementingYour website and wisiting. Also I have partici...
337711387217Yalun CaiOnboardedlumenloimu@gmail.com2024-10-25I am a solo entrepreneurMarketing and Branding Strategy, Idea Validati...I want to build and expand my network, I am lo...Lack of networking opportunities and exposure ...Confidence, creativity, eager to learnMore design skills, recognizing right target t...
348209049680Tertti TenholaOnboardedtertti.tenhola@gmail.com2025-01-10I am a solo entrepreneurMarketing and Branding Strategy, Idea Validati...I want to build and expand my network, I would...not enough revenue to be sustainable\\nno clear...diverse experience dealing with spiritual / tr...marketing & branding strategy design and imple...
356310126864Dipanjan DasOnboardeddip@xchi.space2024-03-22I have a startup/project idea AND I have a teamPrototype or Minimum Viable Product (MVP) Deve...I am looking for personal growth, I want suppo...Nothing to discuss at the momentNot sureTime will say
366843642010Veli-Antti RiihimäkiOnboardedveliantti.riihimaki@gmail.com2024-06-16I am a solo entrepreneurPrototype or Minimum Viable Product (MVP) Deve...I would like to know about different funding o...Lack of time because I have day job and small ...Innovativeness\\nBroad skillset\\nWill to learn\\nNetworking skills\\nMore fluent English\\nMarket...
376356433501TeodorOnboardedthiidenlampi@gmail.com2024-03-29I am a solo entrepreneurRevenueI am lacking access to Resources (e.g., techno...Hard to attract leads.Outgoing, resourceful and curiousConfident and I want to improve my social skills
388027640700Lauri HeikkiläOnboardedlauri@soiva.tech2024-12-11I have a startup/project idea AND I have a teamRevenue, Team Building and Talent Acquisition,...I want support with Market Validation and Rese...I have rather straightforward steps for next 1...Me, personally? Well I've been entrepreneur fo...Again, me personally? Well my mindset is not t...
397652881818PhilOnboardedphilcard333@gmail.com2024-10-17I have a startup/project idea AND I have a teamScaling and Growth StrategyI would like to build/expand my teamNetworking and idea bouncing, like-minded indi...1. Understanding trends, foresight.\\n\\n2. Havi...Business administration \\n\\nData gathering for...
408268356877Patrik linnamaaOnboardedLinnamaa.patrik@icloud.com2025-01-17I am a solo entrepreneurScaling and Growth StrategyI want to build and expand my networkNot having a working spaceI have good disipline, i am doing everything w...I want to scale my business
417452983646Ilja AmnellOnboardedilja@solarkid.fi2024-09-18I am a solo entrepreneurScaling and Growth Strategy, Marketing and Bra...I am looking for mentorship/guidance, I am loo...The market (music) is centralised, and the cha...Idea-rich, motivator and team builderSales, pitching, prioritisation
427693845561Ruslan RusinovOnboardedruslanrusinov13@gmail.com2024-10-23I am a solo entrepreneurTeam Building and Talent AcquisitionI am looking for personal growthPrioritising and setting focus on personal and...- value driven individual with a high stress t...Great question! Deffo prioritising and faster ...
437632341426Saadman Noor WasifOnboardedsaadman.wasif21@gmail.com2024-10-15I have a startup/project idea BUT no teamTeam Building and Talent Acquisition, Business...I am lacking access to Resources (e.g., techno...A proper team, finances, partnership, guidance...Problem solver, extrovert, connector of peopleHow to expand in a broader way
447268289837Vilma Karhu-JopasinOnboardedvilmalottaaurora@gmail.com2024-08-21I have a startup/project idea BUT no teamTeam Building and Talent Acquisition, Business...I am looking for mentorship/guidance, I am loo...Idea validation, focusing the target group, fi...Innovative, driven, fast learnerScalability, organization structure, distribut...
456845877125Santtu KeskinenOnboardedsanttu.keskinen@gmail.com2024-06-17I am a solo entrepreneurTeam Building and Talent Acquisition, Business...I am looking for mentorship/guidance, I would ...I can do a lot of the technical aspects and pr...Technical skills, vision of what the product s...Networking, high energy hustle / getting it done
468255237238Sulata DhakalOnboardedsulata.dhakal@gmail.com2025-01-16I have a startup/project idea BUT no teamTeam Building and Talent Acquisition, Funding ...I want support with Market Validation and Rese...Accountability partner, I hope people in this ...Analytical thinking, and problem-solving, part...Prototyping solutions and translating theoreti...
476258863511Waqas NazeerOnboardedthewaqasnazeer@gmail.com2024-03-14I have a startup/project idea AND I have a teamTesting and Iteration, Funding and Investment ...I am looking for personal growth, I would like...We haven't explored that avenue yet, but we're...Strategic Thinking: I excel in analyzing compl...Though I know the art of humility, but sometim...
486470208417Remy ParkOnboardedremy.park@digialiens.com2024-04-12I have a startup/project idea AND I have a teamNoneNone
496470212741JingOnboardedjing.yu@tuni.fi2024-03-13I have a startup/project idea BUT no teamNoneNone
508692232505Marko EloOnboardedmarko.elo@pugnax.fi2025-03-13I am a solo entrepreneurFunding and Investment Plan/Acquisition, Scali...I want to build and expand my network, I would...Finding new cases for innovation funding and p...Long experience with innovation funding in EU ...I want to improve in finding and landing new p...At a P6 event
518760000756Mohammad BahariOnboardedbahari.muhammad.93@gmail.com2025-03-23I am a solo entrepreneurTeam Building and Talent AcquisitionI am looking for mentorship/guidanceCurrently, I have an idea regarding the develo...First and foremost, I have a strong background...I have zero knowledge about turning an academi...From my friend :)
\n", + "
" + ], + "text/plain": [ + " id name of the person \\\n", + "0 7876470174 Thakshila Hansani Liyanage, Upasaka Liyanage \n", + "1 8009967501 Wasantha Ranasinghe \n", + "2 8544020623 Karl Friedrich Vallangca \n", + "3 8442882349 Muhammad Waqar Khalil \n", + "4 8098577451 Siyar Yücel \n", + "5 8099008965 Gehan Premathilake \n", + "6 8451409862 Riikka Heiskanen \n", + "7 8244068908 Antti Vuorisalo \n", + "8 8593552103 Taija Mikkonen \n", + "9 8053172719 Kaho Suzuki \n", + "10 7607717045 Sahar Heidari \n", + "11 6172200261 Gayan Sajith Perera \n", + "12 6688190514 Prince Ampah \n", + "13 8297223274 Katri Mustonen \n", + "14 8149291563 Diego Morin \n", + "15 7252754664 Jan Rebek \n", + "16 6600316262 Joonas Hilaja \n", + "17 6782165500 Nadine Labib \n", + "18 6521408456 Emmi Huotelin \n", + "19 6310121826 Esme Luhtala \n", + "20 6409816151 Amir Hayat \n", + "21 8278091296 Arttu Huitti \n", + "22 6538817245 Dani Warnicki \n", + "23 6588892396 Michael \n", + "24 7431975945 Abdul Wasay \n", + "25 7867510237 Harini Narendra \n", + "26 6310117365 Katrina Cirule \n", + "27 6316317964 COJEAN Kevin \n", + "28 8166846256 Mehran Rafiee \n", + "29 7868100692 Emilia Koskiniemi \n", + "30 8219806974 Paavo \n", + "31 7392537760 Osman Yilmaz \n", + "32 8551452572 Antti Ikonen \n", + "33 7711387217 Yalun Cai \n", + "34 8209049680 Tertti Tenhola \n", + "35 6310126864 Dipanjan Das \n", + "36 6843642010 Veli-Antti Riihimäki \n", + "37 6356433501 Teodor \n", + "38 8027640700 Lauri Heikkilä \n", + "39 7652881818 Phil \n", + "40 8268356877 Patrik linnamaa \n", + "41 7452983646 Ilja Amnell \n", + "42 7693845561 Ruslan Rusinov \n", + "43 7632341426 Saadman Noor Wasif \n", + "44 7268289837 Vilma Karhu-Jopasin \n", + "45 6845877125 Santtu Keskinen \n", + "46 8255237238 Sulata Dhakal \n", + "47 6258863511 Waqas Nazeer \n", + "48 6470208417 Remy Park \n", + "49 6470212741 Jing \n", + "50 8692232505 Marko Elo \n", + "51 8760000756 Mohammad Bahari \n", + "\n", + " Status email Date of Application \\\n", + "0 Did not show up hansanipqr@gmail.com 2024-11-18 \n", + "1 Reminded to book wasanthafin@outlook.com 2024-12-09 \n", + "2 Reminded to book karl.vallangca05@gmail.com 2025-02-22 \n", + "3 Reminded to book mianwaqarkhalil@gmail.com 2025-02-10 \n", + "4 Reminded to book Siyaryucel@gmail.com 2024-12-21 \n", + "5 Reminded to book epgehan@gmail.com 2024-12-21 \n", + "6 Did not show up riikka.heiskanen@gmail.com 2025-02-11 \n", + "7 Reminded to book antti.vuorisalo@tuni.fi 2025-01-15 \n", + "8 Did not show up taija.x.mikkonen@gmail.com 2025-02-28 \n", + "9 Onboarded s8k0210@gmail.com 2024-12-15 \n", + "10 Onboarded sahar.heidari93@gmail.com 2024-10-10 \n", + "11 Onboarded sajithperera365@gmail.com 2024-03-01 \n", + "12 Onboarded princeampah@icloud.com 2024-05-22 \n", + "13 Onboarded katri@ksmsolut.fi 2025-01-22 \n", + "14 Onboarded info@karibe.fi 2025-01-02 \n", + "15 Onboarded jan.rebek@outlook.com 2024-08-19 \n", + "16 Onboarded joonas.hilaja@gmail.com 2024-05-08 \n", + "17 Onboarded nadine.labib@outlook.com 2024-06-06 \n", + "18 Onboarded huotelin.emmi@gmail.com 2024-04-25 \n", + "19 Onboarded esme.luhtala@gmail.com 2024-03-22 \n", + "20 Onboarded amir.hayat@tuni.fi 2024-04-08 \n", + "21 Onboarded arttu.huitti@outlook.com 2025-01-20 \n", + "22 Onboarded dani.warnicki@doubleround.com 2024-04-29 \n", + "23 Onboarded wineknot.me@live.com 2024-05-06 \n", + "24 Onboarded wasayrizwani@gmail.com 2024-09-15 \n", + "25 Onboarded harini.narendra@acewebmaster.com 2024-11-17 \n", + "26 Onboarded katrina.cirule11@gmail.com 2024-03-22 \n", + "27 Onboarded kcojean@gmail.com 2024-03-23 \n", + "28 Onboarded mehranrafiee5@gmail.com 2025-01-06 \n", + "29 Onboarded emilia.koskiniemi@taskhire.fi 2024-11-17 \n", + "30 Onboarded paavo.paukamainen@gmail.com 2025-01-12 \n", + "31 Onboarded yilmazzosmann@gmail.com 2024-09-09 \n", + "32 Onboarded Ikonenanttijussi@gmail.com 2025-02-24 \n", + "33 Onboarded lumenloimu@gmail.com 2024-10-25 \n", + "34 Onboarded tertti.tenhola@gmail.com 2025-01-10 \n", + "35 Onboarded dip@xchi.space 2024-03-22 \n", + "36 Onboarded veliantti.riihimaki@gmail.com 2024-06-16 \n", + "37 Onboarded thiidenlampi@gmail.com 2024-03-29 \n", + "38 Onboarded lauri@soiva.tech 2024-12-11 \n", + "39 Onboarded philcard333@gmail.com 2024-10-17 \n", + "40 Onboarded Linnamaa.patrik@icloud.com 2025-01-17 \n", + "41 Onboarded ilja@solarkid.fi 2024-09-18 \n", + "42 Onboarded ruslanrusinov13@gmail.com 2024-10-23 \n", + "43 Onboarded saadman.wasif21@gmail.com 2024-10-15 \n", + "44 Onboarded vilmalottaaurora@gmail.com 2024-08-21 \n", + "45 Onboarded santtu.keskinen@gmail.com 2024-06-17 \n", + "46 Onboarded sulata.dhakal@gmail.com 2025-01-16 \n", + "47 Onboarded thewaqasnazeer@gmail.com 2024-03-14 \n", + "48 Onboarded remy.park@digialiens.com 2024-04-12 \n", + "49 Onboarded jing.yu@tuni.fi 2024-03-13 \n", + "50 Onboarded marko.elo@pugnax.fi 2025-03-13 \n", + "51 Onboarded bahari.muhammad.93@gmail.com 2025-03-23 \n", + "\n", + " Email Date Stage of the project/idea \\\n", + "0 I have a startup/project idea BUT no team \n", + "1 I am a solo entrepreneur \n", + "2 2025-02-26 I am a solo entrepreneur \n", + "3 I am a solo entrepreneur \n", + "4 I have a startup/project idea AND I have a team \n", + "5 other \n", + "6 I have a startup/project idea BUT no team \n", + "7 I have a startup/project idea BUT no team \n", + "8 2025-02-28 I have a startup/project idea BUT no team \n", + "9 I have a startup/project idea BUT no team \n", + "10 I have a startup/project idea AND I have a team \n", + "11 I have a startup/project idea BUT no team \n", + "12 I have a startup/project idea BUT no team \n", + "13 I have a startup/project idea BUT no team \n", + "14 I am a solo entrepreneur \n", + "15 I have a startup/project idea BUT no team \n", + "16 I have a startup/project idea BUT no team \n", + "17 I have a startup/project idea AND I have a team \n", + "18 I have a startup/project idea BUT no team \n", + "19 I have a startup/project idea AND I have a team \n", + "20 I have a startup/project idea AND I have a team \n", + "21 I am a solo entrepreneur \n", + "22 I have a startup/project idea AND I have a team \n", + "23 I have a startup/project idea BUT no team \n", + "24 I have a startup/project idea AND I have a team \n", + "25 I have a startup/project idea BUT no team \n", + "26 I have a startup/project idea AND I have a team \n", + "27 I have a startup/project idea BUT no team \n", + "28 I have a startup/project idea BUT no team \n", + "29 I have a startup/project idea AND I have a team \n", + "30 I am a solo entrepreneur \n", + "31 other \n", + "32 I have a startup/project idea AND I have a team \n", + "33 I am a solo entrepreneur \n", + "34 I am a solo entrepreneur \n", + "35 I have a startup/project idea AND I have a team \n", + "36 I am a solo entrepreneur \n", + "37 I am a solo entrepreneur \n", + "38 I have a startup/project idea AND I have a team \n", + "39 I have a startup/project idea AND I have a team \n", + "40 I am a solo entrepreneur \n", + "41 I am a solo entrepreneur \n", + "42 I am a solo entrepreneur \n", + "43 I have a startup/project idea BUT no team \n", + "44 I have a startup/project idea BUT no team \n", + "45 I am a solo entrepreneur \n", + "46 I have a startup/project idea BUT no team \n", + "47 I have a startup/project idea AND I have a team \n", + "48 I have a startup/project idea AND I have a team \n", + "49 I have a startup/project idea BUT no team \n", + "50 I am a solo entrepreneur \n", + "51 I am a solo entrepreneur \n", + "\n", + " Progress \\\n", + "0 Business Concept \n", + "1 Business Model Development, Marketing and Bran... \n", + "2 Idea Validation, Scaling and Growth Strategy \n", + "3 Marketing and Branding Strategy, Scaling and G... \n", + "4 Marketing and Branding Strategy, Scaling and G... \n", + "5 Marketing and Branding Strategy, Testing and I... \n", + "6 Prototype or Minimum Viable Product (MVP) Deve... \n", + "7 Team Building and Talent Acquisition \n", + "8 Team Building and Talent Acquisition, Funding ... \n", + "9 Business Concept \n", + "10 Business Concept, Business Model Development \n", + "11 Business Concept, Business Model Development, ... \n", + "12 Business Concept, Business Model Development, ... \n", + "13 Business Concept, Funding and Investment Plan/... \n", + "14 Business Concept, Idea Validation, Legal and R... \n", + "15 Business Concept, Prototype or Minimum Viable ... \n", + "16 Business Concept, Prototype or Minimum Viable ... \n", + "17 Business Model Development, Funding and Invest... \n", + "18 Business Model Development, Funding and Invest... \n", + "19 Business Model Development, Funding and Invest... \n", + "20 Business Model Development, Legal and Regulato... \n", + "21 Business Model Development, Scaling and Growth... \n", + "22 Business Model Development, Scaling and Growth... \n", + "23 Business Model Development, Team Building and ... \n", + "24 Funding and Investment Plan/Acquisition, Busin... \n", + "25 Funding and Investment Plan/Acquisition, Marke... \n", + "26 Funding and Investment Plan/Acquisition, Reven... \n", + "27 Idea Validation \n", + "28 Idea Validation, Business Model Development, L... \n", + "29 Idea Validation, Funding and Investment Plan/A... \n", + "30 Idea Validation, Prototype or Minimum Viable P... \n", + "31 Idea Validation, Testing and Iteration, Protot... \n", + "32 Marketing and Branding Strategy \n", + "33 Marketing and Branding Strategy, Idea Validati... \n", + "34 Marketing and Branding Strategy, Idea Validati... \n", + "35 Prototype or Minimum Viable Product (MVP) Deve... \n", + "36 Prototype or Minimum Viable Product (MVP) Deve... \n", + "37 Revenue \n", + "38 Revenue, Team Building and Talent Acquisition,... \n", + "39 Scaling and Growth Strategy \n", + "40 Scaling and Growth Strategy \n", + "41 Scaling and Growth Strategy, Marketing and Bra... \n", + "42 Team Building and Talent Acquisition \n", + "43 Team Building and Talent Acquisition, Business... \n", + "44 Team Building and Talent Acquisition, Business... \n", + "45 Team Building and Talent Acquisition, Business... \n", + "46 Team Building and Talent Acquisition, Funding ... \n", + "47 Testing and Iteration, Funding and Investment ... \n", + "48 None \n", + "49 None \n", + "50 Funding and Investment Plan/Acquisition, Scali... \n", + "51 Team Building and Talent Acquisition \n", + "\n", + " Select statements that meet your program expectations \\\n", + "0 I am looking for mentorship/guidance, I want t... \n", + "1 I am looking for mentorship/guidance, I want s... \n", + "2 I am lacking access to Resources (e.g., techno... \n", + "3 I would like to find partnership opportunities \n", + "4 I want support with Market Validation and Rese... \n", + "5 I am looking for mentorship/guidance, I am loo... \n", + "6 I want to build and expand my network \n", + "7 I would like to build/expand my team, I want t... \n", + "8 I am looking for mentorship/guidance, I would ... \n", + "9 I am lacking access to Resources (e.g., techno... \n", + "10 I want to build and expand my network, I would... \n", + "11 I am lacking access to Resources (e.g., techno... \n", + "12 I would like to find partnership opportunities... \n", + "13 I am lacking access to Resources (e.g., techno... \n", + "14 I am looking for mentorship/guidance, I want t... \n", + "15 I would like to build/expand my team, I am loo... \n", + "16 I am looking for mentorship/guidance, I would ... \n", + "17 I would like to know about different funding o... \n", + "18 I am looking for mentorship/guidance, I want t... \n", + "19 I want to assess my current position and ident... \n", + "20 I am looking for mentorship/guidance, I am lac... \n", + "21 I want to assess my current position and ident... \n", + "22 I am lacking access to Resources (e.g., techno... \n", + "23 I am lacking access to Resources (e.g., techno... \n", + "24 I am lacking access to Resources (e.g., techno... \n", + "25 I am lacking access to Resources (e.g., techno... \n", + "26 I want support with Market Validation and Rese... \n", + "27 I am looking for mentorship/guidance \n", + "28 I am looking for mentorship/guidance, I want s... \n", + "29 I am looking for mentorship/guidance, I want s... \n", + "30 I am looking for mentorship/guidance, I am loo... \n", + "31 I want to build and expand my network, I am lo... \n", + "32 I am looking for mentorship/guidance \n", + "33 I want to build and expand my network, I am lo... \n", + "34 I want to build and expand my network, I would... \n", + "35 I am looking for personal growth, I want suppo... \n", + "36 I would like to know about different funding o... \n", + "37 I am lacking access to Resources (e.g., techno... \n", + "38 I want support with Market Validation and Rese... \n", + "39 I would like to build/expand my team \n", + "40 I want to build and expand my network \n", + "41 I am looking for mentorship/guidance, I am loo... \n", + "42 I am looking for personal growth \n", + "43 I am lacking access to Resources (e.g., techno... \n", + "44 I am looking for mentorship/guidance, I am loo... \n", + "45 I am looking for mentorship/guidance, I would ... \n", + "46 I want support with Market Validation and Rese... \n", + "47 I am looking for personal growth, I would like... \n", + "48 None \n", + "49 None \n", + "50 I want to build and expand my network, I would... \n", + "51 I am looking for mentorship/guidance \n", + "\n", + " What challenges or limitations are you currently facing in your progress that are affecting its growth or development? \\\n", + "0 I have lack of knowledge on requesting documen... \n", + "1 Networking \n", + "2 Language Barrier, new to finland, resources \n", + "3 Facing some issues to find sale leads. \n", + "4 I am currently in search of supplier. \n", + "5 I need to find right partners \n", + "6 Building websolutions \n", + "7 Time. \n", + "8 I'm new entrepreneur, and I haven't search fun... \n", + "9 I just moved to this town/country and have no ... \n", + "10 We are facing several challenges in developing... \n", + "11 Since I am new in Finland, do not have a deep ... \n", + "12 Some of the challenges at the moment at moment... \n", + "13 Proceeding alone in a new in start-up scene is... \n", + "14 Am starting my business and the amount of info... \n", + "15 I need to build a versatile team to continue w... \n", + "16 I need help and advice with the team and its c... \n", + "17 Funding and investment. Challenging for our te... \n", + "18 I have never done this kind of project before ... \n", + "19 So many opportunities, but hard to decide what... \n", + "20 I'm looking for developer who can become my pa... \n", + "21 Epävarmuus siitä mihin yhteen asiaan keskittyä... \n", + "22 Our offering is too \"advanced\" for our clients... \n", + "23 -->The lack of team members with the necessary... \n", + "24 One of the key challenges I'm facing in my pro... \n", + "25 Mostly marketing an overseas company and Hotel... \n", + "26 Challenges reaching paying customers \n", + "27 Although I'm good at coding systems and backen... \n", + "28 I need to accuire some leads and learn how to ... \n", + "29 We have an idea and advanced MVP but we might ... \n", + "30 A full-time day job. Lack of experience & conn... \n", + "31 Actually not much, I just want to join Tribe t... \n", + "32 Product and brand developement is now complet... \n", + "33 Lack of networking opportunities and exposure ... \n", + "34 not enough revenue to be sustainable\\nno clear... \n", + "35 Nothing to discuss at the moment \n", + "36 Lack of time because I have day job and small ... \n", + "37 Hard to attract leads. \n", + "38 I have rather straightforward steps for next 1... \n", + "39 Networking and idea bouncing, like-minded indi... \n", + "40 Not having a working space \n", + "41 The market (music) is centralised, and the cha... \n", + "42 Prioritising and setting focus on personal and... \n", + "43 A proper team, finances, partnership, guidance... \n", + "44 Idea validation, focusing the target group, fi... \n", + "45 I can do a lot of the technical aspects and pr... \n", + "46 Accountability partner, I hope people in this ... \n", + "47 We haven't explored that avenue yet, but we're... \n", + "48 \n", + "49 \n", + "50 Finding new cases for innovation funding and p... \n", + "51 Currently, I have an idea regarding the develo... \n", + "\n", + " Could you highlight three key traits/strengths that you believe define you? \\\n", + "0 Goal oriented\\nOrganized\\nPre-plan and goals \n", + "1 Friendliness, Courage, Honestness \n", + "2 Hardworker, flexible, motivated \n", + "3 Creative worker. Quick learner. One man Army. \n", + "4 Dicipline, Talent, Effiency \n", + "5 Consistency \\nAdaptability \\nResponsible \n", + "6 Business drive, business competence, goodwill \n", + "7 Workaholic.\\nSocialbutterfly, easy to be conne... \n", + "8 I'm persistent, quick learner and I generate e... \n", + "9 Creativity, Communication, Responsibility \n", + "10 Three key traits that define me are determinat... \n", + "11 1. 17+years experience in clothing manufacturi... \n", + "12 Strong work ethic, resilience , adaptability ,... \n", + "13 I can finish things I believe in and where I h... \n", + "14 Hardworking, focus, resilient \n", + "15 - Strong technical background (Currently worki... \n", + "16 Understanding of information management, appro... \n", + "17 Inclusivity\\nAmbition\\nCreative Thinking \n", + "18 Achieving, result-oriented, inspiring \n", + "19 Active, learnful, thirsty \n", + "20 Team Player, Commitment, Self-belief \n", + "21 Itsevarmuus, hyvä pelisilmä ja taito kehittyä \n", + "22 First, our team is quite well balanced and dri... \n", + "23 --> Strong networking skills\\n--> Culturally i... \n", + "24 My determination , problem solving and communi... \n", + "25 perseverance, resilient, creative \n", + "26 Community driven, open to learn and empathetic \n", + "27 Persistence\\nReliability\\nOpen minded \n", + "28 Resilience, Realistic, curious \n", + "29 - We are generalistic doers \\n- team memebers ... \n", + "30 Ambitious & creative visionary\\n \n", + "31 Life-long learning, adaptability, taking initi... \n", + "32 Innovative, persistent & inspiring \n", + "33 Confidence, creativity, eager to learn \n", + "34 diverse experience dealing with spiritual / tr... \n", + "35 Not sure \n", + "36 Innovativeness\\nBroad skillset\\nWill to learn\\n \n", + "37 Outgoing, resourceful and curious \n", + "38 Me, personally? Well I've been entrepreneur fo... \n", + "39 1. Understanding trends, foresight.\\n\\n2. Havi... \n", + "40 I have good disipline, i am doing everything w... \n", + "41 Idea-rich, motivator and team builder \n", + "42 - value driven individual with a high stress t... \n", + "43 Problem solver, extrovert, connector of people \n", + "44 Innovative, driven, fast learner \n", + "45 Technical skills, vision of what the product s... \n", + "46 Analytical thinking, and problem-solving, part... \n", + "47 Strategic Thinking: I excel in analyzing compl... \n", + "48 \n", + "49 \n", + "50 Long experience with innovation funding in EU ... \n", + "51 First and foremost, I have a strong background... \n", + "\n", + " What aspects or traits do you feel you may lack or want to improve upon? \\\n", + "0 Documentation process of start up business\\nNe... \n", + "1 Networking among the business community \n", + "2 Honestly, I am introvert type of person. I wan... \n", + "3 Sales and connection building. \n", + "4 I would like to improve my network. Meet new s... \n", + "5 Partnering\\nCollaboration\\nGoal setting \n", + "6 Web solution coding, financial calculations \n", + "7 Team/network. \n", + "8 My business skills, business language and Engl... \n", + "9 Marketing skills and networking \n", + "10 While I believe I have strong traits like dete... \n", + "11 Networking - need to have a strong marketing n... \n", + "12 Experience in the entrepreneurial sector, know... \n", + "13 Information and experience on being as an actu... \n", + "14 organization and setting up. \n", + "15 - sales experience\\n- marketing experience\\n- ... \n", + "16 My language skills need practice and my networ... \n", + "17 Confidence\\nExecutive function \n", + "18 I want to develop my networking skills and how... \n", + "19 Professional uskottavuus, knowledge on the fie... \n", + "20 Stress Management, Money Management, \\n \n", + "21 Yrityksen hallinta, myynti \n", + "22 To be able to better see and understand things... \n", + "23 --> ICT skills\\n--> Negotiation skills\\n--> Pr... \n", + "24 Networking is the thing I want to improve the ... \n", + "25 Strategic thinking\\n \n", + "26 Data analysis and using the numbers usefully, ... \n", + "27 Being faster at execution\\nHow to find good bu... \n", + "28 time management \n", + "29 - Product development and testing\\n- finance/s... \n", + "30 I want to reduce overthinking and increase act... \n", + "31 Growth stragety, marketing, brand creation \n", + "32 Chetchuling and operational implementing \n", + "33 More design skills, recognizing right target t... \n", + "34 marketing & branding strategy design and imple... \n", + "35 Time will say \n", + "36 Networking skills\\nMore fluent English\\nMarket... \n", + "37 Confident and I want to improve my social skills \n", + "38 Again, me personally? Well my mindset is not t... \n", + "39 Business administration \\n\\nData gathering for... \n", + "40 I want to scale my business \n", + "41 Sales, pitching, prioritisation \n", + "42 Great question! Deffo prioritising and faster ... \n", + "43 How to expand in a broader way \n", + "44 Scalability, organization structure, distribut... \n", + "45 Networking, high energy hustle / getting it done \n", + "46 Prototyping solutions and translating theoreti... \n", + "47 Though I know the art of humility, but sometim... \n", + "48 \n", + "49 \n", + "50 I want to improve in finding and landing new p... \n", + "51 I have zero knowledge about turning an academi... \n", + "\n", + " Where or from whom did you hear about Fellowship and Startup Circle? \n", + "0 \n", + "1 \n", + "2 I attended the Pulla Perjantai with Tribe Tamp... \n", + "3 Fellows. \n", + "4 \n", + "5 \n", + "6 Tampereen Kauppakamari \n", + "7 \n", + "8 I have been aware of Tribe for several years, ... \n", + "9 \n", + "10 \n", + "11 \n", + "12 \n", + "13 In a MIB event. \n", + "14 \n", + "15 \n", + "16 \n", + "17 \n", + "18 \n", + "19 \n", + "20 \n", + "21 \n", + "22 \n", + "23 \n", + "24 \n", + "25 \n", + "26 \n", + "27 \n", + "28 \n", + "29 \n", + "30 \n", + "31 \n", + "32 Your website and wisiting. Also I have partici... \n", + "33 \n", + "34 \n", + "35 \n", + "36 \n", + "37 \n", + "38 \n", + "39 \n", + "40 \n", + "41 \n", + "42 \n", + "43 \n", + "44 \n", + "45 \n", + "46 \n", + "47 \n", + "48 \n", + "49 \n", + "50 At a P6 event \n", + "51 From my friend :) " + ] + }, + "execution_count": 40, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "fellow_ext_02" + ] + }, + { + "cell_type": "code", + "execution_count": 44, + "id": "6cdadb8f", + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_17722/1368055590.py:1: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " fellow_ext_02_renamed = fellow_ext_02.rename(columns={\n" + ] + } + ], + "source": [ + "fellow_ext_02_renamed = fellow_ext_02.rename(columns={\n", + " \"Select statements that meet your program expectations\": \"What attributes are you aiming to get through Fellowship?\"\n", + " }, inplace=True)" + ] + }, + { + "cell_type": "code", + "execution_count": 48, + "id": "c0f9b0e1", + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "fellow_ext_01 sample values:\n", + " id: ['8895457836' '8907383823' '8924630079']\n", + " Name: ['PRANAV AGRAWAL' 'Pranav Agrawal' 'Md Mehedi Hasan']\n", + " Status: ['Did not show up/canceled' 'Onboarding booked' 'Onboarded']\n", + " email: ['PRANAVAGRAWAL91@GMAIL.COM' 'Pranavagrawal91@gmail.com'\n", + " 'mmh.hasan04@gmail.com']\n", + " Date of Application: ['2025-04-09' '2025-04-10' '2025-04-14']\n", + " Email Date: ['2025-04-09' '2025-04-15' '']\n", + " Describe the idea or a project that you are building on.: ['I want to start a business regarding sales or services ( both also) for non chemical, no preservatives supplements which are not available in this market but many other European countries now started already.'\n", + " 'Replacement of chemicals and preservatives from daily life products.'\n", + " 'I am working on a project to reduce food waste (surplus food waste) through smart distribution technique. ']\n", + " Which stage/target group do you belong to?: ['I have a startup/project idea BUT no team' 'I am a solo entrepreneur'\n", + " 'I have a startup/project idea AND I have a team']\n", + " What is your progress so far?: ['Idea Validation' 'Idea or Business Concept'\n", + " 'Idea or Business Concept, Idea Validation']\n", + " What are you next steps for your project?: [\"To collect more information on this and connect to people who's can guide me for the further process.\"\n", + " 'Looking to work in an team'\n", + " 'I would like to test the idea more and I want to learn how can I integrate and promote it in the community for the betterment of the community itself.']\n", + " What skills do you feel like you need to develop to take your project forward?: ['Know more about market.'\n", + " '9 plus years of experience as Business development manager '\n", + " 'Finance, marketing, deep thinking and lessons on regenerative business ideas.']\n", + "\n", + "fellow_ext_02 sample values:\n", + " id: ['7876470174' '8009967501' '8544020623']\n", + " name of the person: ['Thakshila Hansani Liyanage, Upasaka Liyanage' 'Wasantha Ranasinghe'\n", + " 'Karl Friedrich Vallangca']\n", + " Status: ['Did not show up' 'Reminded to book' 'Onboarded']\n", + " email: ['hansanipqr@gmail.com' 'wasanthafin@outlook.com'\n", + " 'karl.vallangca05@gmail.com']\n", + " Date of Application: ['2024-11-18' '2024-12-09' '2025-02-22']\n", + " Email Date: ['' '2025-02-26' '2025-02-28']\n", + " Stage of the project/idea: ['I have a startup/project idea BUT no team' 'I am a solo entrepreneur'\n", + " 'I have a startup/project idea AND I have a team']\n", + " Progress: ['Business Concept'\n", + " 'Business Model Development, Marketing and Branding Strategy, Scaling and Growth Strategy, Revenue'\n", + " 'Idea Validation, Scaling and Growth Strategy']\n", + " What attributes are you aiming to get through Fellowship?: ['I am looking for mentorship/guidance, I want to assess my current position and identify the next step'\n", + " 'I am looking for mentorship/guidance, I want support with Market Validation and Research, I want to build and expand my network, I would like to find partnership opportunities'\n", + " 'I am lacking access to Resources (e.g., technology, workspace), I want to assess my current position and identify the next step, I am looking for personal growth']\n", + " What challenges or limitations are you currently facing in your progress that are affecting its growth or development?: ['I have lack of knowledge on requesting documents and legal requirements. And I would like to get more details on setting up the business and get a business ID. '\n", + " 'Networking ' 'Language Barrier, new to finland, resources ']\n", + " Could you highlight three key traits/strengths that you believe define you?: ['Goal oriented\\nOrganized\\nPre-plan and goals'\n", + " 'Friendliness, Courage, Honestness' 'Hardworker, flexible, motivated']\n", + " What aspects or traits do you feel you may lack or want to improve upon?: ['Documentation process of start up business\\nNetworking with other entrepreneurs/ startup in Tampere'\n", + " 'Networking among the business community'\n", + " 'Honestly, I am introvert type of person. I want to be part of Tribe Tampere becasue I want to overcome my fear to talk, to communicate. Because I use to work alone in my little business back in the Philipines. Although I have experience in handling a team in another Job, I am a type of person who really don’t to much the talking. But in my part I really do much like to help other. I hope if you will be given me a chance to be part of TRIBE Tampere, it will really help me a lot. ']\n", + " Where or from whom did you hear about Fellowship and Startup Circle?: ['' 'I attended the Pulla Perjantai with Tribe Tampere yesterday.'\n", + " 'Fellows.']\n", + "Column missing in fellow_ext_01!\n", + "['id', 'Name', 'Status', 'email', 'Date of Application', 'Email Date', 'Which stage/target group do you belong to?', 'What is your progress so far?']\n" + ] + }, + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "id", + "rawType": "object", + "type": "string" + }, + { + "name": "Name", + "rawType": "object", + "type": "string" + }, + { + "name": "Status", + "rawType": "object", + "type": "string" + }, + { + "name": "email", + "rawType": "object", + "type": "string" + }, + { + "name": "Date of Application", + "rawType": "object", + "type": "string" + }, + { + "name": "Email Date", + "rawType": "object", + "type": "string" + }, + { + "name": "Which stage/target group do you belong to?", + "rawType": "object", + "type": "string" + }, + { + "name": "What is your progress so far?", + "rawType": "object", + "type": "string" + } + ], + "conversionMethod": "pd.DataFrame", + "ref": "3c84cf2a-2e84-449e-9924-707c0537ab88", + "rows": [ + [ + "0", + "8895457836", + "PRANAV AGRAWAL", + "Did not show up/canceled", + "PRANAVAGRAWAL91@GMAIL.COM", + "2025-04-09", + "2025-04-09", + "I have a startup/project idea BUT no team", + "Idea Validation" + ], + [ + "1", + "8907383823", + "Pranav Agrawal", + "Onboarding booked", + "Pranavagrawal91@gmail.com", + "2025-04-10", + "2025-04-15", + "I have a startup/project idea BUT no team", + "Idea or Business Concept" + ], + [ + "2", + "8924630079", + "Md Mehedi Hasan", + "Did not show up/canceled", + "mmh.hasan04@gmail.com", + "2025-04-14", + "2025-04-15", + "I have a startup/project idea BUT no team", + "Idea or Business Concept, Idea Validation" + ], + [ + "3", + "8997596105", + "Mary Princess Estabillo", + "Onboarding booked", + "Estabillonaire@gmail.com", + "2025-04-24", + "", + "I am a solo entrepreneur", + "Idea or Business Concept" + ], + [ + "4", + "9019277081", + "Johanna Kitiniemi", + "Onboarding booked", + "johanna.kitiniemi@hotmail.fi", + "2025-04-28", + "", + "I am a solo entrepreneur", + "Idea Validation, Revenue" + ] + ], + "shape": { + "columns": 8, + "rows": 5 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idNameStatusemailDate of ApplicationEmail DateWhich stage/target group do you belong to?What is your progress so far?
08895457836PRANAV AGRAWALDid not show up/canceledPRANAVAGRAWAL91@GMAIL.COM2025-04-092025-04-09I have a startup/project idea BUT no teamIdea Validation
18907383823Pranav AgrawalOnboarding bookedPranavagrawal91@gmail.com2025-04-102025-04-15I have a startup/project idea BUT no teamIdea or Business Concept
28924630079Md Mehedi HasanDid not show up/canceledmmh.hasan04@gmail.com2025-04-142025-04-15I have a startup/project idea BUT no teamIdea or Business Concept, Idea Validation
38997596105Mary Princess EstabilloOnboarding bookedEstabillonaire@gmail.com2025-04-24I am a solo entrepreneurIdea or Business Concept
49019277081Johanna KitiniemiOnboarding bookedjohanna.kitiniemi@hotmail.fi2025-04-28I am a solo entrepreneurIdea Validation, Revenue
\n", + "
" + ], + "text/plain": [ + " id Name Status \\\n", + "0 8895457836 PRANAV AGRAWAL Did not show up/canceled \n", + "1 8907383823 Pranav Agrawal Onboarding booked \n", + "2 8924630079 Md Mehedi Hasan Did not show up/canceled \n", + "3 8997596105 Mary Princess Estabillo Onboarding booked \n", + "4 9019277081 Johanna Kitiniemi Onboarding booked \n", + "\n", + " email Date of Application Email Date \\\n", + "0 PRANAVAGRAWAL91@GMAIL.COM 2025-04-09 2025-04-09 \n", + "1 Pranavagrawal91@gmail.com 2025-04-10 2025-04-15 \n", + "2 mmh.hasan04@gmail.com 2025-04-14 2025-04-15 \n", + "3 Estabillonaire@gmail.com 2025-04-24 \n", + "4 johanna.kitiniemi@hotmail.fi 2025-04-28 \n", + "\n", + " Which stage/target group do you belong to? \\\n", + "0 I have a startup/project idea BUT no team \n", + "1 I have a startup/project idea BUT no team \n", + "2 I have a startup/project idea BUT no team \n", + "3 I am a solo entrepreneur \n", + "4 I am a solo entrepreneur \n", + "\n", + " What is your progress so far? \n", + "0 Idea Validation \n", + "1 Idea or Business Concept \n", + "2 Idea or Business Concept, Idea Validation \n", + "3 Idea or Business Concept \n", + "4 Idea Validation, Revenue " + ] + }, + "execution_count": 48, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Display columns of both dataframes for comparison\n", + "#print('Columns in fellow_ext_01:')\n", + "#print(fellow_ext_01.columns.tolist())\n", + "#print('\\nColumns in fellow_ext_02:')\n", + "#print(fellow_ext_02.columns.tolist())\n", + "\n", + "# Show sample values for each column to help identify similarities\n", + "def show_column_samples(df, name, n=3):\n", + " print(f'\\n{name} sample values:')\n", + " for col in df.columns:\n", + " print(f' {col}:', df[col].dropna().unique()[:n])\n", + "\n", + "show_column_samples(fellow_ext_01, 'fellow_ext_01')\n", + "show_column_samples(fellow_ext_02, 'fellow_ext_02')\n", + "\n", + "# Suggest mapping based on column names and sample values\n", + "# (You can adjust this mapping after reviewing the output)\n", + "column_mapping = {\n", + " 'id': 'id',\n", + " 'Name': 'name of the person',\n", + " 'Status': 'Status',\n", + " 'email': 'email',\n", + " 'Date of Application': 'Date of Application',\n", + " 'Email Date': 'Email Date',\n", + " 'Which stage/target group do you belong to?': 'Stage of the project/idea',\n", + " 'What is your progress so far?': 'Progress',\n", + " 'What attributes are you aiming to get through Fellowship?': 'What attributes are you aiming to get through Fellowship?',\n", + " 'Where or from whom did you hear about Fellowship?': 'Where or from whom did you hear about Fellowship and Startup Circle?',\n", + " # Add more mappings as needed\n", + "}\n", + "\n", + "# Align columns and merge (example, adjust as needed)\n", + "fellow_ext_02_aligned = fellow_ext_02.rename(columns={v: k for k, v in column_mapping.items() if v in fellow_ext_02.columns})\n", + "\n", + "# Ensure the identical column is present in both dataframes before merging\n", + "if 'What attributes are you aiming to get through Fellowship?' not in fellow_ext_01.columns:\n", + " print(\"Column missing in fellow_ext_01!\")\n", + "if 'What attributes are you aiming to get through Fellowship?' not in fellow_ext_02_aligned.columns:\n", + " print(\"Column missing in fellow_ext_02_aligned!\")\n", + "\n", + "# Explicitly include the identical column in the final output\n", + "final_cols = [\n", + " 'id',\n", + " 'Name',\n", + " 'Status',\n", + " 'email',\n", + " 'Date of Application',\n", + " 'Email Date',\n", + " 'Which stage/target group do you belong to?',\n", + " 'What is your progress so far?',\n", + " 'What attributes are you aiming to get through Fellowship?',\n", + " 'Where or from whom did you hear about Fellowship?'\n", + "]\n", + "# Only keep columns that exist in both dataframes after renaming\n", + "final_cols = [col for col in final_cols if col in fellow_ext_01.columns and col in fellow_ext_02_aligned.columns]\n", + "\n", + "merged_fellowship = pd.concat([\n", + " fellow_ext_01[final_cols],\n", + " fellow_ext_02_aligned[final_cols]\n", + "], ignore_index=True)\n", + "\n", + "# Show the columns in the merged dataframe and display the first few rows\n", + "#print('\\nColumns in merged dataframe:')\n", + "print(merged_fellowship.columns.tolist())\n", + "merged_fellowship.head()" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "id": "2dbf5828", + "metadata": {}, + "outputs": [ + { + "ename": "NameError", + "evalue": "name 'merged_fellowship' is not defined", + "output_type": "error", + "traceback": [ + "\u001b[31m---------------------------------------------------------------------------\u001b[39m", + "\u001b[31mNameError\u001b[39m Traceback (most recent call last)", + "\u001b[36mCell\u001b[39m\u001b[36m \u001b[39m\u001b[32mIn[1]\u001b[39m\u001b[32m, line 1\u001b[39m\n\u001b[32m----> \u001b[39m\u001b[32m1\u001b[39m \u001b[43mmerged_fellowship\u001b[49m\n", + "\u001b[31mNameError\u001b[39m: name 'merged_fellowship' is not defined" + ] + } + ], + "source": [ + "merged_fellowship" + ] } ], "metadata": { diff --git a/tribe_event_analytics_updated.ipynb b/tribe_event_analytics_updated.ipynb index 67af7c9b..2f4bd686 100644 --- a/tribe_event_analytics_updated.ipynb +++ b/tribe_event_analytics_updated.ipynb @@ -4679,7 +4679,7 @@ " ]\n", " },\n", " \"extensions\": {\n", - " \"request_id\": \"7469dcb1-85f3-9938-b3b6-9b88189df959\"\n", + " \"request_id\": \"39e37752-25fc-9887-bf96-c6a1a157d686\"\n", " }\n", "}\n" ] @@ -4818,8 +4818,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "9a1eb78a-1be8-40cc-a23f-8ca5aeca0860", + "ref": "57e2ae98-559a-4ee2-ba64-b2d84d110c22", "rows": [ [ "0", @@ -7016,8 +7015,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "a95b61d7-beca-4eff-a270-acf624e96e43", + "ref": "e0aa6eee-1660-4ffc-840a-9e6ebdf07ca7", "rows": [ [ "0", @@ -9025,8 +9023,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "3326778c-9cfb-4034-bcd6-79512b3a6594", + "ref": "342a74be-c665-4f17-b896-ea5d79d27afc", "rows": [ [ "0", @@ -10075,16 +10072,7 @@ "execution_count": 7, "id": "e24225ad", "metadata": {}, - "outputs": [ - { - "name": "stderr", - "output_type": "stream", - "text": [ - "/home/vscode/.local/lib/python3.12/site-packages/fuzzywuzzy/fuzz.py:11: UserWarning: Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning\n", - " warnings.warn('Using slow pure-python SequenceMatcher. Install python-Levenshtein to remove this warning')\n" - ] - } - ], + "outputs": [], "source": [ "# We shall use fuzzywuzzy to automatically categorize similar responses into same groups\n", "\n", @@ -10487,8 +10475,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "e7b09a26-efd3-4d81-925c-72b2b51036f1", + "ref": "61420e7f-702d-47a7-875b-eb4f1a970374", "rows": [ [ "0", @@ -11618,7 +11605,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 30, "id": "ea649164", "metadata": {}, "outputs": [ @@ -11692,8 +11679,7 @@ "type": "string" } ], - "conversionMethod": "pd.DataFrame", - "ref": "f4a04ae1-3b9c-42a0-8c33-0f712f9add37", + "ref": "897ddf41-525b-4e79-9f31-8191fbb3920b", "rows": [ [ "0", @@ -12737,7 +12723,7 @@ "[321 rows x 12 columns]" ] }, - "execution_count": 11, + "execution_count": 30, "metadata": {}, "output_type": "execute_result" } @@ -12764,112 +12750,1211 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": null, "id": "be7a570f", "metadata": {}, "outputs": [], "source": [ "# Now we export our prepared data in csv format to our project folder\n", "\n", - "prepared_data.to_csv(\"Event_fact_data_II.csv\", index=False)" + "#prepared_data.to_csv(\"Event_fact_data_II.csv\", index=False)" ] }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 32, "id": "d440d7b5", "metadata": {}, - "outputs": [], - "source": [ - "event_processed_data = prepared_data" - ] - }, - { - "cell_type": "markdown", - "id": "8db8c53c", - "metadata": {}, - "source": [ - "# Uploading to cloud storage\n", - "\n", - "This section contains trials of uploading our data to cloud services such as google drive, one lake etc\n" - ] - }, - { - "cell_type": "markdown", - "id": "a4461450", - "metadata": {}, - "source": [ - "# Uploading our data to azure blob storage" - ] - }, - { - "cell_type": "code", - "execution_count": 14, - "id": "109a1073", - "metadata": {}, "outputs": [ { - "ename": "KeyboardInterrupt", - "evalue": "", - "output_type": "error", - "traceback": [ - "\u001b[31m---------------------------------------------------------------------------\u001b[39m", - "\u001b[31mKeyboardInterrupt\u001b[39m Traceback (most recent call last)", - "\u001b[36mCell\u001b[39m\u001b[36m \u001b[39m\u001b[32mIn[14]\u001b[39m\u001b[32m, line 1\u001b[39m\n\u001b[32m----> \u001b[39m\u001b[32m1\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mstorage\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mblob\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m BlobServiceClient\n", - "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/storage/blob/__init__.py:12\u001b[39m\n\u001b[32m 10\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Any, AnyStr, cast, Dict, IO, Iterable, Optional, Union, TYPE_CHECKING\n\u001b[32m 11\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_version\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m VERSION\n\u001b[32m---> \u001b[39m\u001b[32m12\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_blob_client\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m BlobClient\n\u001b[32m 13\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_container_client\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m ContainerClient\n\u001b[32m 14\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_blob_service_client\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m BlobServiceClient\n", - "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/storage/blob/_blob_client.py:17\u001b[39m\n\u001b[32m 11\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 12\u001b[39m Any, AnyStr, cast, Dict, IO, Iterable, List, Optional, overload, Tuple, Union,\n\u001b[32m 13\u001b[39m TYPE_CHECKING\n\u001b[32m 14\u001b[39m )\n\u001b[32m 15\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping_extensions\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Self\n\u001b[32m---> \u001b[39m\u001b[32m17\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mexceptions\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HttpResponseError, ResourceExistsError, ResourceNotFoundError\n\u001b[32m 18\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpaging\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m ItemPaged\n\u001b[32m 19\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Pipeline\n", - "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/__init__.py:31\u001b[39m\n\u001b[32m 27\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_version\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m VERSION\n\u001b[32m 29\u001b[39m __version__ = VERSION\n\u001b[32m---> \u001b[39m\u001b[32m31\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_pipeline_client\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m PipelineClient\n\u001b[32m 32\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_match_conditions\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m MatchConditions\n\u001b[32m 33\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_azure_clouds\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m AzureClouds\n", - "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/_pipeline_client.py:31\u001b[39m\n\u001b[32m 29\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m TypeVar, Generic, Optional, Any\n\u001b[32m 30\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01mconfiguration\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Configuration\n\u001b[32m---> \u001b[39m\u001b[32m31\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Pipeline\n\u001b[32m 32\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mtransport\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m PipelineClientBase\n\u001b[32m 33\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mtransport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HttpTransport\n", - "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/__init__.py:191\u001b[39m\n\u001b[32m 187\u001b[39m \u001b[38;5;28mself\u001b[39m.http_response = http_response\n\u001b[32m 188\u001b[39m \u001b[38;5;28mself\u001b[39m.context = context\n\u001b[32m--> \u001b[39m\u001b[32m191\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Pipeline \u001b[38;5;66;03m# pylint: disable=wrong-import-position\u001b[39;00m\n\u001b[32m 192\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base_async\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m AsyncPipeline \u001b[38;5;66;03m# pylint: disable=wrong-import-position\u001b[39;00m\n\u001b[32m 194\u001b[39m __all__ = [\n\u001b[32m 195\u001b[39m \u001b[33m\"\u001b[39m\u001b[33mPipeline\u001b[39m\u001b[33m\"\u001b[39m,\n\u001b[32m 196\u001b[39m \u001b[33m\"\u001b[39m\u001b[33mPipelineRequest\u001b[39m\u001b[33m\"\u001b[39m,\n\u001b[32m (...)\u001b[39m\u001b[32m 199\u001b[39m \u001b[33m\"\u001b[39m\u001b[33mAsyncPipeline\u001b[39m\u001b[33m\"\u001b[39m,\n\u001b[32m 200\u001b[39m ]\n", - "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/_base.py:44\u001b[39m\n\u001b[32m 28\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 29\u001b[39m Generic,\n\u001b[32m 30\u001b[39m TypeVar,\n\u001b[32m (...)\u001b[39m\u001b[32m 37\u001b[39m ContextManager,\n\u001b[32m 38\u001b[39m )\n\u001b[32m 39\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 40\u001b[39m PipelineRequest,\n\u001b[32m 41\u001b[39m PipelineResponse,\n\u001b[32m 42\u001b[39m PipelineContext,\n\u001b[32m 43\u001b[39m )\n\u001b[32m---> \u001b[39m\u001b[32m44\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpolicies\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HTTPPolicy, SansIOHTTPPolicy\n\u001b[32m 45\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_tools\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m await_result \u001b[38;5;28;01mas\u001b[39;00m _await_result\n\u001b[32m 46\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01mtransport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HttpTransport\n", - "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/policies/__init__.py:28\u001b[39m\n\u001b[32m 1\u001b[39m \u001b[38;5;66;03m# --------------------------------------------------------------------------\u001b[39;00m\n\u001b[32m 2\u001b[39m \u001b[38;5;66;03m#\u001b[39;00m\n\u001b[32m 3\u001b[39m \u001b[38;5;66;03m# Copyright (c) Microsoft Corporation. All rights reserved.\u001b[39;00m\n\u001b[32m (...)\u001b[39m\u001b[32m 24\u001b[39m \u001b[38;5;66;03m#\u001b[39;00m\n\u001b[32m 25\u001b[39m \u001b[38;5;66;03m# --------------------------------------------------------------------------\u001b[39;00m\n\u001b[32m 27\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HTTPPolicy, SansIOHTTPPolicy, RequestHistory\n\u001b[32m---> \u001b[39m\u001b[32m28\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_authentication\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 29\u001b[39m BearerTokenCredentialPolicy,\n\u001b[32m 30\u001b[39m AzureKeyCredentialPolicy,\n\u001b[32m 31\u001b[39m AzureSasCredentialPolicy,\n\u001b[32m 32\u001b[39m )\n\u001b[32m 33\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_custom_hook\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m CustomHookPolicy\n\u001b[32m 34\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_redirect\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m RedirectPolicy\n", - "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/policies/_authentication.py:16\u001b[39m\n\u001b[32m 9\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcredentials\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 10\u001b[39m TokenCredential,\n\u001b[32m 11\u001b[39m SupportsTokenInfo,\n\u001b[32m 12\u001b[39m TokenRequestOptions,\n\u001b[32m 13\u001b[39m TokenProvider,\n\u001b[32m 14\u001b[39m )\n\u001b[32m 15\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m PipelineRequest, PipelineResponse\n\u001b[32m---> \u001b[39m\u001b[32m16\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mtransport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 17\u001b[39m HttpResponse \u001b[38;5;28;01mas\u001b[39;00m LegacyHttpResponse,\n\u001b[32m 18\u001b[39m HttpRequest \u001b[38;5;28;01mas\u001b[39;00m LegacyHttpRequest,\n\u001b[32m 19\u001b[39m )\n\u001b[32m 20\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mrest\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HttpResponse, HttpRequest\n\u001b[32m 21\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HTTPPolicy, SansIOHTTPPolicy\n", - "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/transport/__init__.py:27\u001b[39m\n\u001b[32m 1\u001b[39m \u001b[38;5;66;03m# --------------------------------------------------------------------------\u001b[39;00m\n\u001b[32m 2\u001b[39m \u001b[38;5;66;03m#\u001b[39;00m\n\u001b[32m 3\u001b[39m \u001b[38;5;66;03m# Copyright (c) Microsoft Corporation. All rights reserved.\u001b[39;00m\n\u001b[32m (...)\u001b[39m\u001b[32m 24\u001b[39m \u001b[38;5;66;03m#\u001b[39;00m\n\u001b[32m 25\u001b[39m \u001b[38;5;66;03m# --------------------------------------------------------------------------\u001b[39;00m\n\u001b[32m 26\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mtyping\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m List, Optional, Any\n\u001b[32m---> \u001b[39m\u001b[32m27\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HttpTransport, HttpRequest, HttpResponse\n\u001b[32m 28\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_base_async\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m AsyncHttpTransport, AsyncHttpResponse\n\u001b[32m 30\u001b[39m \u001b[38;5;66;03m# pylint: disable=undefined-all-variable\u001b[39;00m\n", - "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/pipeline/transport/_base.py:60\u001b[39m\n\u001b[32m 58\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mazure\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcore\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpipeline\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpolicies\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m SansIOHTTPPolicy\n\u001b[32m 59\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mutils\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_utils\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m case_insensitive_dict\n\u001b[32m---> \u001b[39m\u001b[32m60\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01m.\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mutils\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_pipeline_transport_rest_shared\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m (\n\u001b[32m 61\u001b[39m _format_parameters_helper,\n\u001b[32m 62\u001b[39m _prepare_multipart_body_helper,\n\u001b[32m 63\u001b[39m _serialize_request,\n\u001b[32m 64\u001b[39m _format_data_helper,\n\u001b[32m 65\u001b[39m BytesIOSocket,\n\u001b[32m 66\u001b[39m _decode_parts_helper,\n\u001b[32m 67\u001b[39m _get_raw_parts_helper,\n\u001b[32m 68\u001b[39m _parts_helper,\n\u001b[32m 69\u001b[39m )\n\u001b[32m 72\u001b[39m HTTPResponseType = TypeVar(\u001b[33m\"\u001b[39m\u001b[33mHTTPResponseType\u001b[39m\u001b[33m\"\u001b[39m)\n\u001b[32m 73\u001b[39m HTTPRequestType = TypeVar(\u001b[33m\"\u001b[39m\u001b[33mHTTPRequestType\u001b[39m\u001b[33m\"\u001b[39m)\n", - "\u001b[36mFile \u001b[39m\u001b[32m~/.local/lib/python3.12/site-packages/azure/core/utils/_pipeline_transport_rest_shared.py:11\u001b[39m\n\u001b[32m 9\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mio\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m BytesIO\n\u001b[32m 10\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mmessage\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Message\n\u001b[32m---> \u001b[39m\u001b[32m11\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mpolicy\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HTTP\n\u001b[32m 12\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m message_from_bytes \u001b[38;5;28;01mas\u001b[39;00m message_parser\n\u001b[32m 13\u001b[39m \u001b[38;5;28;01mimport\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mos\u001b[39;00m\n", - "\u001b[36mFile \u001b[39m\u001b[32m/usr/local/lib/python3.12/email/policy.py:9\u001b[39m\n\u001b[32m 7\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01m_policybase\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m Policy, Compat32, compat32, _extend_docstrings\n\u001b[32m 8\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mutils\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m _has_surrogates\n\u001b[32m----> \u001b[39m\u001b[32m9\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mheaderregistry\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m HeaderRegistry \u001b[38;5;28;01mas\u001b[39;00m HeaderRegistry\n\u001b[32m 10\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mcontentmanager\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m raw_data_manager\n\u001b[32m 11\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[34;01m.\u001b[39;00m\u001b[34;01mmessage\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m EmailMessage\n", - "\u001b[36mFile \u001b[39m\u001b[32m/usr/local/lib/python3.12/email/headerregistry.py:10\u001b[39m\n\u001b[32m 8\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m utils\n\u001b[32m 9\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m errors\n\u001b[32m---> \u001b[39m\u001b[32m10\u001b[39m \u001b[38;5;28;01mfrom\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01memail\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[38;5;28;01mimport\u001b[39;00m _header_value_parser \u001b[38;5;28;01mas\u001b[39;00m parser\n\u001b[32m 12\u001b[39m \u001b[38;5;28;01mclass\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34;01mAddress\u001b[39;00m:\n\u001b[32m 14\u001b[39m \u001b[38;5;28;01mdef\u001b[39;00m\u001b[38;5;250m \u001b[39m\u001b[34m__init__\u001b[39m(\u001b[38;5;28mself\u001b[39m, display_name=\u001b[33m'\u001b[39m\u001b[33m'\u001b[39m, username=\u001b[33m'\u001b[39m\u001b[33m'\u001b[39m, domain=\u001b[33m'\u001b[39m\u001b[33m'\u001b[39m, addr_spec=\u001b[38;5;28;01mNone\u001b[39;00m):\n", - "\u001b[31mKeyboardInterrupt\u001b[39m: " + "name": "stderr", + "output_type": "stream", + "text": [ + "/tmp/ipykernel_1043/767391214.py:1: SettingWithCopyWarning: \n", + "A value is trying to be set on a copy of a slice from a DataFrame\n", + "\n", + "See the caveats in the documentation: https://pandas.pydata.org/pandas-docs/stable/user_guide/indexing.html#returning-a-view-versus-a-copy\n", + " prepared_data.rename(columns={\n" ] } ], "source": [ - "from azure.storage.blob import BlobServiceClient" + "prepared_data.rename(columns={\n", + " \"Have you previously attended any events organized by Tribe?\": \"previous_attendance\",\n", + " \"Pref_days\": \"Pref_event_days\",\n", + " \"pref_times\": \"Pref_event_times\",\n", + " \"pref_topic\": \"Preferred_topics\",\n", + " \"final_category\": \"Final_category\",\n", + " \"Would you like to see more gender focused events (e.g. female entrepreneurship, including discussions with female founders and women in business)\": \"Gender_focused_events\",\n", + " \"Do you feel that event advertisements are relevant to your interests and needs as a member of your gender group\": \"event_advertisement_relevance\",\n", + " \"What improvements or changes would encourage you to attend Tribe events more frequently? (Open-ended)?\": \"improvement_suggestions\"\n", + "}, inplace=True)" ] }, { "cell_type": "code", - "execution_count": null, - "id": "1a557c9c", + "execution_count": 33, + "id": "eff80df9", "metadata": {}, - "outputs": [], - "source": [ - "# we create a function we can further apply to push our data to our azure blob storage\n", - "connection_string = \"DefaultEndpointsProtocol=https;AccountName=tribeds01;AccountKey=TOWR2+w/P4gD+z2YieJcTB+APBIzgpI47LvN7JOsFjTPgMl3aibkWPe74Rk6/lb6DfIH1+6PAD3r+AStPTzULg==;EndpointSuffix=core.windows.net\"\n", - "\n", - "\n", - "def upload_dataframe(df, container_name, blob_name):\n", - " blob_service_client = BlobServiceClient.from_connection_string(connection_string)\n", - "\n", - " try:\n", - " container_client = blob_service_client.get_container_client(container_name)\n", - " container_client.get_container_properties()\n", - " except Exception:\n", - " container_client = blob_service_client.create_container(container_name)\n", - "\n", - " blob_client = blob_service_client.get_blob_client(\n", - " container=container_name, blob=blob_name\n", - " )\n", - "\n", - " csv_data = df.to_csv(index=False).encode(\"utf-8\")\n", - " blob_client.upload_blob(csv_data, overwrite=True)\n", - "\n", - " print(f\"uploaded dataset to {container_name}/{blob_name}\")" - ] - }, - { - "cell_type": "code", - "execution_count": null, + "outputs": [ + { + "data": { + "application/vnd.microsoft.datawrangler.viewer.v0+json": { + "columns": [ + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "id", + "rawType": "object", + "type": "string" + }, + { + "name": "index", + "rawType": "int64", + "type": "integer" + }, + { + "name": "Gender", + "rawType": "object", + "type": "string" + }, + { + "name": "Event Date", + "rawType": "object", + "type": "string" + }, + { + "name": "Pref_event_days", + "rawType": "object", + "type": "string" + }, + { + "name": "Pref_event_times", + "rawType": "object", + "type": "string" + }, + { + "name": "previous_attendance", + "rawType": "object", + "type": "string" + }, + { + "name": "Gender_focused_events", + "rawType": "object", + "type": "string" + }, + { + "name": "event_advertisement_relevance", + "rawType": "object", + "type": "string" + }, + { + "name": "Preferred_topics", + "rawType": "object", + "type": "string" + }, + { + "name": "Final_category", + "rawType": "object", + "type": "string" + }, + { + "name": "improvement_suggestions", + "rawType": "object", + "type": "string" + } + ], + "ref": "645482e5-0542-47bb-ad79-745d94abb7e3", + "rows": [ + [ + "0", + "6719865025", + "0", + "Female", + "2024-05-28", + "Thursdays", + "4pm - 6pm", + "Yes", + "Yes", + "Yes", + "", + "uncategorized", + "." + ], + [ + "1", + "6719865025", + "0", + "Female", + "2024-05-28", + " Wednesdays", + "4pm - 6pm", + "Yes", + "Yes", + "Yes", + "", + "uncategorized", + "." + ], + [ + "2", + "6719865025", + "0", + "Female", + "2024-05-28", + " Tuesdays", + "4pm - 6pm", + "Yes", + "Yes", + "Yes", + "", + "uncategorized", + "." + ], + [ + "3", + "6720233952", + "1", + "Male", + "2024-05-28", + "Tuesdays", + "6pm - 8pm", + "Yes", + "Yes", + "Yes", + "networking", + "networking", + "Everything was great" + ], + [ + "4", + "6720554800", + "2", + "Male", + "2024-05-28", + "Fridays", + "2pm - 4pm", + "No", + "Yes", + "No", + "entrepreneurstartups", + "startup & entrepreneurship", + "Snacks and free food :)" + ], + [ + "5", + "6720554800", + "2", + "Male", + "2024-05-28", + "Fridays", + " 4pm - 6pm", + "No", + "Yes", + "No", + "entrepreneurstartups", + "startup & entrepreneurship", + "Snacks and free food :)" + ], + [ + "6", + "6720554800", + "2", + "Male", + "2024-05-28", + " Saturdays", + "2pm - 4pm", + "No", + "Yes", + "No", + "entrepreneurstartups", + "startup & entrepreneurship", + "Snacks and free food :)" + ], + [ + "7", + "6720554800", + "2", + "Male", + "2024-05-28", + " Saturdays", + " 4pm - 6pm", + "No", + "Yes", + "No", + "entrepreneurstartups", + "startup & entrepreneurship", + "Snacks and free food :)" + ], + [ + "8", + "6720554947", + "3", + "Male", + "2024-05-28", + "Saturdays", + "4pm - 6pm", + "No", + "No", + "No", + "startups", + "startup & entrepreneurship", + "More snacks" + ], + [ + "9", + "6720554947", + "3", + "Male", + "2024-05-28", + "Saturdays", + " 12pm - 2pm", + "No", + "No", + "No", + "startups", + "startup & entrepreneurship", + "More snacks" + ], + [ + "10", + "6720554947", + "3", + "Male", + "2024-05-28", + " Sundays", + "4pm - 6pm", + "No", + "No", + "No", + "startups", + "startup & entrepreneurship", + "More snacks" + ], + [ + "11", + "6720554947", + "3", + "Male", + "2024-05-28", + " Sundays", + " 12pm - 2pm", + "No", + "No", + "No", + "startups", + "startup & entrepreneurship", + "More snacks" + ], + [ + "12", + "6720554947", + "3", + "Male", + "2024-05-28", + " Fridays", + "4pm - 6pm", + "No", + "No", + "No", + "startups", + "startup & entrepreneurship", + "More snacks" + ], + [ + "13", + "6720554947", + "3", + "Male", + "2024-05-28", + " Fridays", + " 12pm - 2pm", + "No", + "No", + "No", + "startups", + "startup & entrepreneurship", + "More snacks" + ], + [ + "14", + "6731154293", + "4", + "Male", + "2024-05-28", + "Mondays", + "9am - 12pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "15", + "6731154293", + "4", + "Male", + "2024-05-28", + "Mondays", + " 4pm - 6pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "16", + "6731154293", + "4", + "Male", + "2024-05-28", + "Mondays", + " 6pm - 8pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "17", + "6731154293", + "4", + "Male", + "2024-05-28", + " Thursdays", + "9am - 12pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "18", + "6731154293", + "4", + "Male", + "2024-05-28", + " Thursdays", + " 4pm - 6pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "19", + "6731154293", + "4", + "Male", + "2024-05-28", + " Thursdays", + " 6pm - 8pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "20", + "6731154293", + "4", + "Male", + "2024-05-28", + " Fridays", + "9am - 12pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "21", + "6731154293", + "4", + "Male", + "2024-05-28", + " Fridays", + " 4pm - 6pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "22", + "6731154293", + "4", + "Male", + "2024-05-28", + " Fridays", + " 6pm - 8pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "23", + "6731154293", + "4", + "Male", + "2024-05-28", + " Saturdays", + "9am - 12pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "24", + "6731154293", + "4", + "Male", + "2024-05-28", + " Saturdays", + " 4pm - 6pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "25", + "6731154293", + "4", + "Male", + "2024-05-28", + " Saturdays", + " 6pm - 8pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "26", + "6731154293", + "4", + "Male", + "2024-05-28", + " Sundays", + "9am - 12pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "27", + "6731154293", + "4", + "Male", + "2024-05-28", + " Sundays", + " 4pm - 6pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "28", + "6731154293", + "4", + "Male", + "2024-05-28", + " Sundays", + " 6pm - 8pm", + "Yes", + "Yes", + "Yes", + "any topic", + "uncategorized", + "Nothing in mind" + ], + [ + "29", + "6731178091", + "5", + "Female", + "2024-05-28", + "Mondays", + "12pm - 2pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "30", + "6731178091", + "5", + "Female", + "2024-05-28", + "Mondays", + " 2pm - 4pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "31", + "6731178091", + "5", + "Female", + "2024-05-28", + "Mondays", + " 4pm - 6pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "32", + "6731178091", + "5", + "Female", + "2024-05-28", + " Tuesdays", + "12pm - 2pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "33", + "6731178091", + "5", + "Female", + "2024-05-28", + " Tuesdays", + " 2pm - 4pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "34", + "6731178091", + "5", + "Female", + "2024-05-28", + " Tuesdays", + " 4pm - 6pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "35", + "6731178091", + "5", + "Female", + "2024-05-28", + " Wednesdays", + "12pm - 2pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "36", + "6731178091", + "5", + "Female", + "2024-05-28", + " Wednesdays", + " 2pm - 4pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "37", + "6731178091", + "5", + "Female", + "2024-05-28", + " Wednesdays", + " 4pm - 6pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "38", + "6731178091", + "5", + "Female", + "2024-05-28", + " Thursdays", + "12pm - 2pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "39", + "6731178091", + "5", + "Female", + "2024-05-28", + " Thursdays", + " 2pm - 4pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "40", + "6731178091", + "5", + "Female", + "2024-05-28", + " Thursdays", + " 4pm - 6pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "41", + "6731178091", + "5", + "Female", + "2024-05-28", + " Fridays", + "12pm - 2pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "42", + "6731178091", + "5", + "Female", + "2024-05-28", + " Fridays", + " 2pm - 4pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "43", + "6731178091", + "5", + "Female", + "2024-05-28", + " Fridays", + " 4pm - 6pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "anything related to ux designs and cool ideas", + "ux", + "I don't know, haven't been here long enough to complain" + ], + [ + "44", + "6784626194", + "6", + "Male", + "2024-06-06", + "Mondays", + "2pm - 4pm", + "No", + "Yes", + "Yes", + "business development", + "business", + "Everything was set. I enjoyed it ." + ], + [ + "45", + "6785305423", + "7", + "Male", + "2024-06-06", + "Thursdays", + "4pm - 6pm", + "Yes", + "No", + "Yes", + "business", + "business", + "Hi" + ], + [ + "46", + "6785342471", + "8", + "Male", + "2024-06-06", + "Tuesdays", + "4pm - 6pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "tech ai marketing business development", + "tech", + "It’s good for the moment!" + ], + [ + "47", + "6785342471", + "8", + "Male", + "2024-06-06", + "Tuesdays", + " 6pm - 8pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "tech ai marketing business development", + "tech", + "It’s good for the moment!" + ], + [ + "48", + "6785342471", + "8", + "Male", + "2024-06-06", + " Wednesdays", + "4pm - 6pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "tech ai marketing business development", + "tech", + "It’s good for the moment!" + ], + [ + "49", + "6785342471", + "8", + "Male", + "2024-06-06", + " Wednesdays", + " 6pm - 8pm", + "Yes", + "I'm indifferent", + "I'm indifferent", + "tech ai marketing business development", + "tech", + "It’s good for the moment!" + ] + ], + "shape": { + "columns": 12, + "rows": 321 + } + }, + "text/html": [ + "
\n", + "\n", + "\n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + " \n", + "
idindexGenderEvent DatePref_event_daysPref_event_timesprevious_attendanceGender_focused_eventsevent_advertisement_relevancePreferred_topicsFinal_categoryimprovement_suggestions
067198650250Female2024-05-28Thursdays4pm - 6pmYesYesYesuncategorized.
167198650250Female2024-05-28Wednesdays4pm - 6pmYesYesYesuncategorized.
267198650250Female2024-05-28Tuesdays4pm - 6pmYesYesYesuncategorized.
367202339521Male2024-05-28Tuesdays6pm - 8pmYesYesYesnetworkingnetworkingEverything was great
467205548002Male2024-05-28Fridays2pm - 4pmNoYesNoentrepreneurstartupsstartup & entrepreneurshipSnacks and free food :)
.......................................
316890761200453Male2025-04-10Fridays6pm - 8pmYesI'm indifferentYesstartupsstartup & entrepreneurshipI would like more events fixed in a time sched...
317890761200453Male2025-04-10Fridays6pm - 8pmYesI'm indifferentYesfundingfinance & legalI would like more events fixed in a time sched...
318890761200453Male2025-04-10Fridays4pm - 6pmYesI'm indifferentYesnetworkingnetworkingI would like more events fixed in a time sched...
319890761200453Male2025-04-10Fridays4pm - 6pmYesI'm indifferentYesstartupsstartup & entrepreneurshipI would like more events fixed in a time sched...
320890761200453Male2025-04-10Fridays4pm - 6pmYesI'm indifferentYesfundingfinance & legalI would like more events fixed in a time sched...
\n", + "

321 rows × 12 columns

\n", + "
" + ], + "text/plain": [ + " id index Gender Event Date Pref_event_days Pref_event_times \\\n", + "0 6719865025 0 Female 2024-05-28 Thursdays 4pm - 6pm \n", + "1 6719865025 0 Female 2024-05-28 Wednesdays 4pm - 6pm \n", + "2 6719865025 0 Female 2024-05-28 Tuesdays 4pm - 6pm \n", + "3 6720233952 1 Male 2024-05-28 Tuesdays 6pm - 8pm \n", + "4 6720554800 2 Male 2024-05-28 Fridays 2pm - 4pm \n", + ".. ... ... ... ... ... ... \n", + "316 8907612004 53 Male 2025-04-10 Fridays 6pm - 8pm \n", + "317 8907612004 53 Male 2025-04-10 Fridays 6pm - 8pm \n", + "318 8907612004 53 Male 2025-04-10 Fridays 4pm - 6pm \n", + "319 8907612004 53 Male 2025-04-10 Fridays 4pm - 6pm \n", + "320 8907612004 53 Male 2025-04-10 Fridays 4pm - 6pm \n", + "\n", + " previous_attendance Gender_focused_events event_advertisement_relevance \\\n", + "0 Yes Yes Yes \n", + "1 Yes Yes Yes \n", + "2 Yes Yes Yes \n", + "3 Yes Yes Yes \n", + "4 No Yes No \n", + ".. ... ... ... \n", + "316 Yes I'm indifferent Yes \n", + "317 Yes I'm indifferent Yes \n", + "318 Yes I'm indifferent Yes \n", + "319 Yes I'm indifferent Yes \n", + "320 Yes I'm indifferent Yes \n", + "\n", + " Preferred_topics Final_category \\\n", + "0 uncategorized \n", + "1 uncategorized \n", + "2 uncategorized \n", + "3 networking networking \n", + "4 entrepreneurstartups startup & entrepreneurship \n", + ".. ... ... \n", + "316 startups startup & entrepreneurship \n", + "317 funding finance & legal \n", + "318 networking networking \n", + "319 startups startup & entrepreneurship \n", + "320 funding finance & legal \n", + "\n", + " improvement_suggestions \n", + "0 . \n", + "1 . \n", + "2 . \n", + "3 Everything was great \n", + "4 Snacks and free food :) \n", + ".. ... \n", + "316 I would like more events fixed in a time sched... \n", + "317 I would like more events fixed in a time sched... \n", + "318 I would like more events fixed in a time sched... \n", + "319 I would like more events fixed in a time sched... \n", + "320 I would like more events fixed in a time sched... \n", + "\n", + "[321 rows x 12 columns]" + ] + }, + "execution_count": 33, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "prepared_data" + ] + }, + { + "cell_type": "markdown", + "id": "8db8c53c", + "metadata": {}, + "source": [ + "# Uploading to cloud storage\n", + "\n", + "This section contains trials of uploading our data to cloud services such as google drive, one lake etc" + ] + }, + { + "cell_type": "markdown", + "id": "a4461450", + "metadata": {}, + "source": [ + "# Uploading our data to azure blob storage" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "id": "109a1073", + "metadata": {}, + "outputs": [], + "source": [ + "from azure.storage.blob import BlobServiceClient" + ] + }, + { + "cell_type": "code", + "execution_count": 25, + "id": "1a557c9c", + "metadata": {}, + "outputs": [], + "source": [ + "# we create a function we can further apply to push our data to our azure blob storage\n", + "connection_string = \"DefaultEndpointsProtocol=https;AccountName=tribeds01;AccountKey=TOWR2+w/P4gD+z2YieJcTB+APBIzgpI47LvN7JOsFjTPgMl3aibkWPe74Rk6/lb6DfIH1+6PAD3r+AStPTzULg==;EndpointSuffix=core.windows.net\"\n", + "\n", + "\n", + "def upload_dataframe(df, container_name, blob_name):\n", + " blob_service_client = BlobServiceClient.from_connection_string(connection_string)\n", + "\n", + " try:\n", + " container_client = blob_service_client.get_container_client(container_name)\n", + " container_client.get_container_properties()\n", + " except Exception:\n", + " container_client = blob_service_client.create_container(container_name)\n", + "\n", + " blob_client = blob_service_client.get_blob_client(\n", + " container=container_name, blob=blob_name\n", + " )\n", + "\n", + " csv_data = df.to_csv(index=False).encode(\"utf-8\")\n", + " blob_client.upload_blob(csv_data, overwrite=True)\n", + "\n", + " print(f\"uploaded dataset to {container_name}/{blob_name}\")" + ] + }, + { + "cell_type": "code", + "execution_count": 34, "id": "d04800f6", "metadata": {}, "outputs": [ @@ -12877,12 +13962,12 @@ "name": "stdout", "output_type": "stream", "text": [ - "uploaded dataset to tribecontainer01/event_fact_data.csv\n" + "uploaded dataset to tribecontainer01/event_fact_data_01.csv\n" ] } ], "source": [ - "upload_dataframe(event_processed_data, \"tribecontainer01\", \"event_fact_data.csv\")" + "upload_dataframe(prepared_data, \"tribecontainer01\", \"event_fact_data_01.csv\")" ] }, {