Skip to content

Commit 23c10ee

Browse files
committed
Minor - Fix missing docs
1 parent 65c2164 commit 23c10ee

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

awswrangler/neptune/neptune.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,10 @@ def to_property_graph(
133133
instance of the neptune client to use
134134
df : pandas.DataFrame
135135
Pandas DataFrame https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.html
136-
batch_size: The number of rows to save at a time. Default 50
137-
use_header_cardinality: If True, then the header cardinality will be used to save the data. Default True
136+
batch_size: int
137+
The number of rows to save at a time. Default 50
138+
use_header_cardinality: bool
139+
If True, then the header cardinality will be used to save the data. Default True
138140
139141
Returns
140142
-------

docs/source/install.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ Or via its ARN:
5454
2.13.0 3.7 arn:aws:lambda:<region>:336392948345:layer:AWSDataWrangler-Python37:2
5555
2.13.0 3.8 arn:aws:lambda:<region>:336392948345:layer:AWSDataWrangler-Python38:2
5656
2.13.0 3.9 arn:aws:lambda:<region>:336392948345:layer:AWSDataWrangler-Python39:1
57+
2.14.0 3.7 arn:aws:lambda:<region>:336392948345:layer:AWSDataWrangler-Python37:3
58+
2.14.0 3.8 arn:aws:lambda:<region>:336392948345:layer:AWSDataWrangler-Python38:3
59+
2.14.0 3.9 arn:aws:lambda:<region>:336392948345:layer:AWSDataWrangler-Python39:2
5760
============================= ================ =======================================================================
5861

5962
Custom Layer

0 commit comments

Comments
 (0)