# HG changeset patch # User jay # Date 1769483168 0 # Node ID 10e3c85bf77b1cf93a320d7b08bfbef9845fdd1c # Parent eafdbea68dbfa30c2d4cb138691e24c597a01a43 planemo upload for repository https://github.com/jaidevjoshi83/gaiac commit c8658c800b1f1a1d49517c48be3befa3726cb7cc diff -r eafdbea68dbf -r 10e3c85bf77b gaiac_pm_data_pulling/.ipynb_checkpoints/Untitled-checkpoint.ipynb --- a/gaiac_pm_data_pulling/.ipynb_checkpoints/Untitled-checkpoint.ipynb Thu Jul 10 19:39:38 2025 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -{ - "cells": [], - "metadata": {}, - "nbformat": 4, - "nbformat_minor": 5 -} diff -r eafdbea68dbf -r 10e3c85bf77b gaiac_pm_data_pulling/Untitled.ipynb --- a/gaiac_pm_data_pulling/Untitled.ipynb Thu Jul 10 19:39:38 2025 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,136 +0,0 @@ -{ - "cells": [ - { - "cell_type": "code", - "execution_count": 1, - "id": "4707b84c-b2f9-4740-bd62-a159e2c7e123", - "metadata": {}, - "outputs": [], - "source": [ - "import pandas as pd" - ] - }, - { - "cell_type": "code", - "execution_count": 6, - "id": "c9870ed9-90cc-427b-b811-bd94c6b867c9", - "metadata": {}, - "outputs": [], - "source": [ - "a = [1,2,4,6]\n", - "b = [4,5,6,7]\n", - "\n", - "df = pd.DataFrame([a,b])" - ] - }, - { - "cell_type": "code", - "execution_count": 8, - "id": "502e66d5-022d-47af-a299-a918f0ebd887", - "metadata": {}, - "outputs": [ - { - "data": { - "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", - "
01
014
125
246
367
\n", - "
" - ], - "text/plain": [ - " 0 1\n", - "0 1 4\n", - "1 2 5\n", - "2 4 6\n", - "3 6 7" - ] - }, - "execution_count": 8, - "metadata": {}, - "output_type": "execute_result" - } - ], - "source": [ - "df.T" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "id": "f39e7015-3e8b-4123-8ec7-c05547ee28b1", - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.14" - }, - "widgets": { - "application/vnd.jupyter.widget-state+json": { - "state": {}, - "version_major": 2, - "version_minor": 0 - } - } - }, - "nbformat": 4, - "nbformat_minor": 5 -}