We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870bc14 commit d1ac324Copy full SHA for d1ac324
README.md
@@ -9,7 +9,7 @@ Pandas added `register_series_accessor` and `register_dataframe_accessor` decora
9
in 0.23. These extensions allow you to easily add new accessors to Pandas objects that
10
are persistent. This means, you can easily write your own flavor of the DataFrame.
11
12
-To see an example, checkout [pdvega](). This library adds a new Vega plotting accessor
+To see an example, checkout [pdvega](https://github.com/jakevdp/pdvega). This library adds a new Vega plotting accessor
13
under the `vgplot` attribute and mirror the `plot` (matplotlib-based) accessor.
14
15
**Pandas Flavor** takes this extension module a step further and adds similar syntax
0 commit comments