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.
2 parents 0913bec + 3d02d4b commit e06dce4Copy full SHA for e06dce4
README.md
@@ -261,3 +261,14 @@ Some downsides include:
261
An advantage of this is that the API becomes more functional. All
262
manipulations of the CompositeDataFrame return a new object.
263
Normally, this doesn't create much more memory.
264
+
265
+# Package Maintenance
266
267
+[Tom Short](https://github.com/tshort) is the lead maintainer. Any of the
268
+[JuliaStats collaborators](https://github.com/orgs/JuliaStats/teams/collaborators)
269
+also have write access and can accept pull requests.
270
271
+Pull requests are welcome. Pull requests should include updated tests. If
272
+functionality is changed, docstrings should be added or updated. Generally,
273
+follow the guidelines in
274
+[DataFrames](https://github.com/JuliaStats/DataFrames.jl/blob/master/CONTRIBUTING.md).
0 commit comments