|
2 | 2 | "cells": [
|
3 | 3 | {
|
4 | 4 | "cell_type": "code",
|
5 |
| - "execution_count": 8, |
| 5 | + "execution_count": 1, |
6 | 6 | "id": "0aff441f-69fa-44b4-9d2d-b4aaf42424c9",
|
7 | 7 | "metadata": {},
|
8 | 8 | "outputs": [],
|
|
13 | 13 | },
|
14 | 14 | {
|
15 | 15 | "cell_type": "code",
|
16 |
| - "execution_count": 5, |
| 16 | + "execution_count": 2, |
17 | 17 | "id": "d94e2414-ce31-497b-83cd-f81f0c821b05",
|
18 | 18 | "metadata": {},
|
19 | 19 | "outputs": [],
|
20 | 20 | "source": [
|
21 | 21 | "class_table = dynasty.pkg_classes(pandas.__path__[0])"
|
22 | 22 | ]
|
23 | 23 | },
|
| 24 | + { |
| 25 | + "cell_type": "code", |
| 26 | + "execution_count": 3, |
| 27 | + "id": "0de34f5f-68a0-4eb4-b478-496075fab538", |
| 28 | + "metadata": {}, |
| 29 | + "outputs": [ |
| 30 | + { |
| 31 | + "data": { |
| 32 | + "text/html": [ |
| 33 | + "<div>\n", |
| 34 | + "<style scoped>\n", |
| 35 | + " .dataframe tbody tr th:only-of-type {\n", |
| 36 | + " vertical-align: middle;\n", |
| 37 | + " }\n", |
| 38 | + "\n", |
| 39 | + " .dataframe tbody tr th {\n", |
| 40 | + " vertical-align: top;\n", |
| 41 | + " }\n", |
| 42 | + "\n", |
| 43 | + " .dataframe thead th {\n", |
| 44 | + " text-align: right;\n", |
| 45 | + " }\n", |
| 46 | + "</style>\n", |
| 47 | + "<table border=\"1\" class=\"dataframe\">\n", |
| 48 | + " <thead>\n", |
| 49 | + " <tr style=\"text-align: right;\">\n", |
| 50 | + " <th></th>\n", |
| 51 | + " <th>classname</th>\n", |
| 52 | + " <th>baseclass</th>\n", |
| 53 | + " <th>module</th>\n", |
| 54 | + " </tr>\n", |
| 55 | + " </thead>\n", |
| 56 | + " <tbody>\n", |
| 57 | + " <tr>\n", |
| 58 | + " <th>0</th>\n", |
| 59 | + " <td>RNGContext</td>\n", |
| 60 | + " <td>-</td>\n", |
| 61 | + " <td>pandas._testing</td>\n", |
| 62 | + " </tr>\n", |
| 63 | + " <tr>\n", |
| 64 | + " <th>1</th>\n", |
| 65 | + " <td>SubclassedSeries</td>\n", |
| 66 | + " <td>Series</td>\n", |
| 67 | + " <td>pandas._testing</td>\n", |
| 68 | + " </tr>\n", |
| 69 | + " <tr>\n", |
| 70 | + " <th>2</th>\n", |
| 71 | + " <td>SubclassedDataFrame</td>\n", |
| 72 | + " <td>DataFrame</td>\n", |
| 73 | + " <td>pandas._testing</td>\n", |
| 74 | + " </tr>\n", |
| 75 | + " <tr>\n", |
| 76 | + " <th>3</th>\n", |
| 77 | + " <td>SubclassedCategorical</td>\n", |
| 78 | + " <td>Categorical</td>\n", |
| 79 | + " <td>pandas._testing</td>\n", |
| 80 | + " </tr>\n", |
| 81 | + " <tr>\n", |
| 82 | + " <th>4</th>\n", |
| 83 | + " <td>DeepChainMap</td>\n", |
| 84 | + " <td>ChainMap[_KT</td>\n", |
| 85 | + " <td>pandas.compat.chainmap</td>\n", |
| 86 | + " </tr>\n", |
| 87 | + " <tr>\n", |
| 88 | + " <th>5</th>\n", |
| 89 | + " <td>_LoadSparseSeries</td>\n", |
| 90 | + " <td>-</td>\n", |
| 91 | + " <td>pandas.compat.pickle_compat</td>\n", |
| 92 | + " </tr>\n", |
| 93 | + " <tr>\n", |
| 94 | + " <th>6</th>\n", |
| 95 | + " <td>_LoadSparseFrame</td>\n", |
| 96 | + " <td>-</td>\n", |
| 97 | + " <td>pandas.compat.pickle_compat</td>\n", |
| 98 | + " </tr>\n", |
| 99 | + " <tr>\n", |
| 100 | + " <th>7</th>\n", |
| 101 | + " <td>Unpickler</td>\n", |
| 102 | + " <td>pkl._Unpickler</td>\n", |
| 103 | + " <td>pandas.compat.pickle_compat</td>\n", |
| 104 | + " </tr>\n", |
| 105 | + " <tr>\n", |
| 106 | + " <th>8</th>\n", |
| 107 | + " <td>CompatValidator</td>\n", |
| 108 | + " <td>-</td>\n", |
| 109 | + " <td>pandas.compat.numpy.function</td>\n", |
| 110 | + " </tr>\n", |
| 111 | + " <tr>\n", |
| 112 | + " <th>9</th>\n", |
| 113 | + " <td>DirNamesMixin</td>\n", |
| 114 | + " <td>-</td>\n", |
| 115 | + " <td>pandas.core.accessor</td>\n", |
| 116 | + " </tr>\n", |
| 117 | + " </tbody>\n", |
| 118 | + "</table>\n", |
| 119 | + "</div>" |
| 120 | + ], |
| 121 | + "text/plain": [ |
| 122 | + " classname baseclass module\n", |
| 123 | + "0 RNGContext - pandas._testing\n", |
| 124 | + "1 SubclassedSeries Series pandas._testing\n", |
| 125 | + "2 SubclassedDataFrame DataFrame pandas._testing\n", |
| 126 | + "3 SubclassedCategorical Categorical pandas._testing\n", |
| 127 | + "4 DeepChainMap ChainMap[_KT pandas.compat.chainmap\n", |
| 128 | + "5 _LoadSparseSeries - pandas.compat.pickle_compat\n", |
| 129 | + "6 _LoadSparseFrame - pandas.compat.pickle_compat\n", |
| 130 | + "7 Unpickler pkl._Unpickler pandas.compat.pickle_compat\n", |
| 131 | + "8 CompatValidator - pandas.compat.numpy.function\n", |
| 132 | + "9 DirNamesMixin - pandas.core.accessor" |
| 133 | + ] |
| 134 | + }, |
| 135 | + "execution_count": 3, |
| 136 | + "metadata": {}, |
| 137 | + "output_type": "execute_result" |
| 138 | + } |
| 139 | + ], |
| 140 | + "source": [ |
| 141 | + "class_table.head(10)" |
| 142 | + ] |
| 143 | + }, |
24 | 144 | {
|
25 | 145 | "cell_type": "code",
|
26 | 146 | "execution_count": 6,
|
|
33 | 153 | },
|
34 | 154 | {
|
35 | 155 | "cell_type": "code",
|
36 |
| - "execution_count": 7, |
| 156 | + "execution_count": 4, |
| 157 | + "id": "44edd42b-2565-4811-9a00-958e29c833ac", |
| 158 | + "metadata": {}, |
| 159 | + "outputs": [ |
| 160 | + { |
| 161 | + "data": { |
| 162 | + "text/html": [ |
| 163 | + "<div>\n", |
| 164 | + "<style scoped>\n", |
| 165 | + " .dataframe tbody tr th:only-of-type {\n", |
| 166 | + " vertical-align: middle;\n", |
| 167 | + " }\n", |
| 168 | + "\n", |
| 169 | + " .dataframe tbody tr th {\n", |
| 170 | + " vertical-align: top;\n", |
| 171 | + " }\n", |
| 172 | + "\n", |
| 173 | + " .dataframe thead th {\n", |
| 174 | + " text-align: right;\n", |
| 175 | + " }\n", |
| 176 | + "</style>\n", |
| 177 | + "<table border=\"1\" class=\"dataframe\">\n", |
| 178 | + " <thead>\n", |
| 179 | + " <tr style=\"text-align: right;\">\n", |
| 180 | + " <th></th>\n", |
| 181 | + " <th>classname</th>\n", |
| 182 | + " <th>baseclass</th>\n", |
| 183 | + " <th>module</th>\n", |
| 184 | + " </tr>\n", |
| 185 | + " </thead>\n", |
| 186 | + " <tbody>\n", |
| 187 | + " <tr>\n", |
| 188 | + " <th>0</th>\n", |
| 189 | + " <td>RNGContext</td>\n", |
| 190 | + " <td>-</td>\n", |
| 191 | + " <td>pandas._testing</td>\n", |
| 192 | + " </tr>\n", |
| 193 | + " <tr>\n", |
| 194 | + " <th>1</th>\n", |
| 195 | + " <td>SubclassedSeries</td>\n", |
| 196 | + " <td>Series</td>\n", |
| 197 | + " <td>pandas._testing</td>\n", |
| 198 | + " </tr>\n", |
| 199 | + " <tr>\n", |
| 200 | + " <th>2</th>\n", |
| 201 | + " <td>SubclassedDataFrame</td>\n", |
| 202 | + " <td>DataFrame</td>\n", |
| 203 | + " <td>pandas._testing</td>\n", |
| 204 | + " </tr>\n", |
| 205 | + " <tr>\n", |
| 206 | + " <th>3</th>\n", |
| 207 | + " <td>SubclassedCategorical</td>\n", |
| 208 | + " <td>Categorical</td>\n", |
| 209 | + " <td>pandas._testing</td>\n", |
| 210 | + " </tr>\n", |
| 211 | + " <tr>\n", |
| 212 | + " <th>4</th>\n", |
| 213 | + " <td>DeepChainMap</td>\n", |
| 214 | + " <td>ChainMap[_KT</td>\n", |
| 215 | + " <td>pandas.compat.chainmap</td>\n", |
| 216 | + " </tr>\n", |
| 217 | + " <tr>\n", |
| 218 | + " <th>5</th>\n", |
| 219 | + " <td>_LoadSparseSeries</td>\n", |
| 220 | + " <td>-</td>\n", |
| 221 | + " <td>pandas.compat.pickle_compat</td>\n", |
| 222 | + " </tr>\n", |
| 223 | + " <tr>\n", |
| 224 | + " <th>6</th>\n", |
| 225 | + " <td>_LoadSparseFrame</td>\n", |
| 226 | + " <td>-</td>\n", |
| 227 | + " <td>pandas.compat.pickle_compat</td>\n", |
| 228 | + " </tr>\n", |
| 229 | + " <tr>\n", |
| 230 | + " <th>7</th>\n", |
| 231 | + " <td>Unpickler</td>\n", |
| 232 | + " <td>pkl._Unpickler</td>\n", |
| 233 | + " <td>pandas.compat.pickle_compat</td>\n", |
| 234 | + " </tr>\n", |
| 235 | + " <tr>\n", |
| 236 | + " <th>8</th>\n", |
| 237 | + " <td>CompatValidator</td>\n", |
| 238 | + " <td>-</td>\n", |
| 239 | + " <td>pandas.compat.numpy.function</td>\n", |
| 240 | + " </tr>\n", |
| 241 | + " <tr>\n", |
| 242 | + " <th>9</th>\n", |
| 243 | + " <td>DirNamesMixin</td>\n", |
| 244 | + " <td>-</td>\n", |
| 245 | + " <td>pandas.core.accessor</td>\n", |
| 246 | + " </tr>\n", |
| 247 | + " </tbody>\n", |
| 248 | + "</table>\n", |
| 249 | + "</div>" |
| 250 | + ], |
| 251 | + "text/plain": [ |
| 252 | + " classname baseclass module\n", |
| 253 | + "0 RNGContext - pandas._testing\n", |
| 254 | + "1 SubclassedSeries Series pandas._testing\n", |
| 255 | + "2 SubclassedDataFrame DataFrame pandas._testing\n", |
| 256 | + "3 SubclassedCategorical Categorical pandas._testing\n", |
| 257 | + "4 DeepChainMap ChainMap[_KT pandas.compat.chainmap\n", |
| 258 | + "5 _LoadSparseSeries - pandas.compat.pickle_compat\n", |
| 259 | + "6 _LoadSparseFrame - pandas.compat.pickle_compat\n", |
| 260 | + "7 Unpickler pkl._Unpickler pandas.compat.pickle_compat\n", |
| 261 | + "8 CompatValidator - pandas.compat.numpy.function\n", |
| 262 | + "9 DirNamesMixin - pandas.core.accessor" |
| 263 | + ] |
| 264 | + }, |
| 265 | + "execution_count": 4, |
| 266 | + "metadata": {}, |
| 267 | + "output_type": "execute_result" |
| 268 | + } |
| 269 | + ], |
| 270 | + "source": [ |
| 271 | + "class_table.head(10)" |
| 272 | + ] |
| 273 | + }, |
| 274 | + { |
| 275 | + "cell_type": "code", |
| 276 | + "execution_count": 5, |
37 | 277 | "id": "a4a4b6a7-5ae6-4995-b723-c60cfb6ad188",
|
38 | 278 | "metadata": {},
|
39 | 279 | "outputs": [
|
|
1676 | 1916 | "source": [
|
1677 | 1917 | "dynasty.print_class_hierarchy(class_table)"
|
1678 | 1918 | ]
|
| 1919 | + }, |
| 1920 | + { |
| 1921 | + "cell_type": "code", |
| 1922 | + "execution_count": null, |
| 1923 | + "id": "031014f7-8782-4e9a-9b91-a7fcc0fc07d9", |
| 1924 | + "metadata": {}, |
| 1925 | + "outputs": [], |
| 1926 | + "source": [] |
1679 | 1927 | }
|
1680 | 1928 | ],
|
1681 | 1929 | "metadata": {
|
|
0 commit comments