File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff 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 -------
Original file line number Diff line number Diff 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
5962Custom Layer
You can’t perform that action at this time.
0 commit comments