You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/big-data-cluster/use-prose-for-big-data-automation.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ In the current release, the Code Accelerator can intelligently generate Python c
37
37
- Fixing data types in a dataframe.
38
38
- Finding regular expressions representing patterns in a list of strings.
39
39
40
-
To get a general overview of Code Accelerator methods, see the [documentation](/python/api/overview/azure/prose/intro).
40
+
To get a general overview of Code Accelerator methods, see the [documentation](https://github.com/MicrosoftDocs/prose-py-api-docs/blob/main/prosepy/docs-ref-conceptual/intro.md).
41
41
42
42
## Reading data from a file to a dataframe
43
43
@@ -88,7 +88,7 @@ def read_file(file):
88
88
return df
89
89
```
90
90
91
-
Code Accelerator can generate code to load delimited, JSON, and fixed-width files to a dataframe. For reading fixed-width files, the `ReadFwfBuilder` optionally takes a human-readable schema file that it can parse to get the column positions. To learn more, see the [documentation](/python/api/overview/azure/prose/intro).
91
+
Code Accelerator can generate code to load delimited, JSON, and fixed-width files to a dataframe. For reading fixed-width files, the `ReadFwfBuilder` optionally takes a human-readable schema file that it can parse to get the column positions. To learn more, see the [documentation](https://github.com/MicrosoftDocs/prose-py-api-docs/blob/main/prosepy/docs-ref-conceptual/intro.md).
To learn more, see the [documentation](/python/api/overview/azure/prose/fixdatatypes).
111
+
To learn more, see the [documentation](https://github.com/MicrosoftDocs/prose-py-api-docs/blob/main/prosepy/docs-ref-conceptual/fixdatatypes.md).
112
112
113
113
## Identifying patterns in Strings
114
114
@@ -145,4 +145,4 @@ Here are the regular expressions generated by the `FindPatternsBuilder` for the
145
145
^Unknown$
146
146
```
147
147
148
-
Apart from generating Regular Expressions, `FindPatternsBuilder` can also generate code for clustering the values based on generated regexes. It can also assert that all the values in a column conform to the generated regular expressions. To learn more and see other useful scenarios, see the [documentation](/python/api/overview/azure/prose/findpatterns).
148
+
Apart from generating Regular Expressions, `FindPatternsBuilder` can also generate code for clustering the values based on generated regexes. It can also assert that all the values in a column conform to the generated regular expressions. To learn more and see other useful scenarios, see the [documentation](https://github.com/MicrosoftDocs/prose-py-api-docs/blob/main/prosepy/docs-ref-conceptual/findpatterns.md).
0 commit comments