Skip to content

Commit a9f4920

Browse files
star1327pasharmalik19
authored andcommitted
DOC: Update two more links in pandas Ecosystem (pandas-dev#60931)
1 parent cd616fb commit a9f4920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/pandas/community/ecosystem.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ df = pd.read_csv("data.csv")
158158
df # discover interesting insights!
159159
```
160160

161-
By printing out a dataframe, Lux automatically [recommends a set of visualizations](https://raw.githubusercontent.com/lux-org/lux-resources/master/readme_img/demohighlight.gif) that highlights interesting trends and patterns in the dataframe. Users can leverage any existing pandas commands without modifying their code, while being able to visualize their pandas data structures (e.g., DataFrame, Series, Index) at the same time. Lux also offers a [powerful, intuitive language](https://lux-api.readthedocs.io/en/latest/source/guide/vis.html>) that allow users to create Altair, matplotlib, or Vega-Lite visualizations without having to think at the level of code.
161+
By printing out a dataframe, Lux automatically [recommends a set of visualizations](https://raw.githubusercontent.com/lux-org/lux-resources/master/readme_img/demohighlight.gif) that highlights interesting trends and patterns in the dataframe. Users can leverage any existing pandas commands without modifying their code, while being able to visualize their pandas data structures (e.g., DataFrame, Series, Index) at the same time. Lux also offers a [powerful, intuitive language](https://lux-api.readthedocs.io/en/latest/source/guide/vis.html) that allow users to create Altair, matplotlib, or Vega-Lite visualizations without having to think at the level of code.
162162

163163
### [D-Tale](https://github.com/man-group/dtale)
164164

@@ -342,7 +342,7 @@ It supports the following data types:
342342

343343
- pandas data types
344344
- data types defined in the [NTV format](https://loco-philippe.github.io/ES/JSON%20semantic%20format%20(JSON-NTV).htm)
345-
- data types defined in [Table Schema specification](http://dataprotocols.org/json-table-schema/#field-types-and-formats)
345+
- data types defined in [Table Schema specification](https://datapackage.org/standard/table-schema/)
346346

347347
The interface is always reversible (conversion round trip) with two formats (JSON-NTV and JSON-TableSchema).
348348

0 commit comments

Comments
 (0)