|
685 | 685 | { |
686 | 686 | "data": { |
687 | 687 | "text/plain": [ |
688 | | - "b'\\x80\\x03cinspect\\nSignature\\nq\\x00(cinspect\\nParameter\\nq\\x01X\\x05\\x00\\x00\\x00itemsq\\x02cinspect\\n_ParameterKind\\nq\\x03K\\x01\\x85q\\x04Rq\\x05\\x86q\\x06Rq\\x07}q\\x08(X\\x08\\x00\\x00\\x00_defaultq\\tNX\\x0b\\x00\\x00\\x00_annotationq\\ncinspect\\n_empty\\nq\\x0bubh\\x01X\\x04\\x00\\x00\\x00restq\\x0ch\\x03K\\x02\\x85q\\rRq\\x0e\\x86q\\x0fRq\\x10}q\\x11(h\\th\\x0bh\\nh\\x0bubh\\x01X\\x08\\x00\\x00\\x00use_listq\\x12h\\x03K\\x03\\x85q\\x13Rq\\x14\\x86q\\x15Rq\\x16}q\\x17(h\\t\\x89h\\nh\\x0bubh\\x01X\\x05\\x00\\x00\\x00matchq\\x18h\\x14\\x86q\\x19Rq\\x1a}q\\x1b(h\\tNh\\nh\\x0bubtq\\x1c\\x85q\\x1dRq\\x1e}q\\x1fX\\x12\\x00\\x00\\x00_return_annotationq h\\x0bsb.'" |
| 688 | + "b'\\x80\\x04\\x95\\x01\\x01\\x00\\x00\\x00\\x00\\x00\\x00\\x8c\\x07inspect\\x94\\x8c\\tSignature\\x94\\x93\\x94(h\\x00\\x8c\\tParameter\\x94\\x93\\x94\\x8c\\x05items\\x94h\\x00\\x8c\\x0e_ParameterKind\\x94\\x93\\x94K\\x01\\x85\\x94R\\x94\\x86\\x94R\\x94}\\x94(\\x8c\\x08_default\\x94N\\x8c\\x0b_annotation\\x94h\\x00\\x8c\\x06_empty\\x94\\x93\\x94ubh\\x04\\x8c\\x04rest\\x94h\\x07K\\x02\\x85\\x94R\\x94\\x86\\x94R\\x94}\\x94(h\\rh\\x10h\\x0eh\\x10ubh\\x04\\x8c\\x08use_list\\x94h\\x07K\\x03\\x85\\x94R\\x94\\x86\\x94R\\x94}\\x94(h\\r\\x89h\\x0eh\\x10ubh\\x04\\x8c\\x05match\\x94h\\x19\\x86\\x94R\\x94}\\x94(h\\rNh\\x0eh\\x10ubt\\x94\\x85\\x94R\\x94}\\x94\\x8c\\x12_return_annotation\\x94h\\x10sb.'" |
689 | 689 | ] |
690 | 690 | }, |
691 | 691 | "execution_count": null, |
|
818 | 818 | { |
819 | 819 | "data": { |
820 | 820 | "text/plain": [ |
821 | | - "['k', 1, 0]" |
| 821 | + "[10, 3, 7]" |
822 | 822 | ] |
823 | 823 | }, |
824 | 824 | "execution_count": null, |
|
860 | 860 | "t = L(arr, use_list=None)\n", |
861 | 861 | "test_eq(t[1,2], arr[[1,2]])\n", |
862 | 862 | "\n", |
| 863 | + "\n", |
| 864 | + "import pandas as pd\n", |
863 | 865 | "df = pd.DataFrame({'a':[1,2,3]})\n", |
864 | 866 | "t = L(df, use_list=None)\n", |
865 | 867 | "test_eq(t[1,2], L(pd.DataFrame({'a':[2,3]}, index=[1,2]), use_list=None))" |
|
1983 | 1985 | "Converted 01_basics.ipynb.\n", |
1984 | 1986 | "Converted 02_foundation.ipynb.\n", |
1985 | 1987 | "Converted 03_xtras.ipynb.\n", |
| 1988 | + "Converted 03a_parallel.ipynb.\n", |
| 1989 | + "Converted 03b_net.ipynb.\n", |
1986 | 1990 | "Converted 04_dispatch.ipynb.\n", |
1987 | 1991 | "Converted 05_transform.ipynb.\n", |
1988 | 1992 | "Converted 07_meta.ipynb.\n", |
1989 | 1993 | "Converted 08_script.ipynb.\n", |
| 1994 | + "Converted Untitled1.ipynb.\n", |
1990 | 1995 | "Converted index.ipynb.\n" |
1991 | 1996 | ] |
1992 | 1997 | } |
|
0 commit comments