-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_pkgdown.yml
More file actions
41 lines (34 loc) · 883 Bytes
/
Copy path_pkgdown.yml
File metadata and controls
41 lines (34 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
url: https://flyconnectome.github.io/nat.python/
template:
bootstrap: 5
reference:
- title: Package
contents:
- nat.python-package
- title: Python environment provisioning
desc: Set up and check a managed Python for use from R via reticulate.
contents:
- simple_python
- check_reticulate
- title: Module management
desc: Check, load and introspect Python modules, installing on demand.
contents:
- check_module
- module_available
- module_version
- py_module_info
- title: pandas and data conversion
desc: Convert pandas DataFrames to R, recovering 64-bit ids and datetimes.
contents:
- pandas2df
- null2na
- title: 64-bit id marshalling
desc: Round-trip large integer ids between R (bit64) and Python without loss.
contents:
- pyids2bit64
- rids2pyint
- rids2raw
- int64_overflows
- title: Datetime
contents:
- ts2pydatetime