Skip to content

Commit d1ac324

Browse files
committed
add pdvega url
1 parent 870bc14 commit d1ac324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pandas added `register_series_accessor` and `register_dataframe_accessor` decora
99
in 0.23. These extensions allow you to easily add new accessors to Pandas objects that
1010
are persistent. This means, you can easily write your own flavor of the DataFrame.
1111

12-
To see an example, checkout [pdvega](). This library adds a new Vega plotting accessor
12+
To see an example, checkout [pdvega](https://github.com/jakevdp/pdvega). This library adds a new Vega plotting accessor
1313
under the `vgplot` attribute and mirror the `plot` (matplotlib-based) accessor.
1414

1515
**Pandas Flavor** takes this extension module a step further and adds similar syntax

0 commit comments

Comments
 (0)