@stdlib/datasets-berndt-cps-wages-1985 0.0.8 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +1 -1
- package/README.md +25 -2
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
Copyright (c) 2016-
|
|
1
|
+
Copyright (c) 2016-2022 The Stdlib Authors.
|
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ limitations under the License.
|
|
|
20
20
|
|
|
21
21
|
# CPS Wages Data
|
|
22
22
|
|
|
23
|
-
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] [![dependencies][dependencies-image]][dependencies-url]
|
|
23
|
+
[![NPM version][npm-image]][npm-url] [![Build Status][test-image]][test-url] [![Coverage Status][coverage-image]][coverage-url] <!-- [![dependencies][dependencies-image]][dependencies-url] -->
|
|
24
24
|
|
|
25
25
|
> A random sample of 534 workers from the Current Population Survey (CPS) from 1985.
|
|
26
26
|
|
|
@@ -145,6 +145,8 @@ npm install -g @stdlib/datasets-berndt-cps-wages-1985
|
|
|
145
145
|
|
|
146
146
|
</section>
|
|
147
147
|
|
|
148
|
+
<!-- CLI usage documentation. -->
|
|
149
|
+
|
|
148
150
|
<section class="usage">
|
|
149
151
|
|
|
150
152
|
### Usage
|
|
@@ -216,6 +218,16 @@ The data files (databases) are licensed under an [Open Data Commons Public Domai
|
|
|
216
218
|
|
|
217
219
|
<!-- </license> -->
|
|
218
220
|
|
|
221
|
+
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
|
|
222
|
+
|
|
223
|
+
<section class="related">
|
|
224
|
+
|
|
225
|
+
</section>
|
|
226
|
+
|
|
227
|
+
<!-- /.related -->
|
|
228
|
+
|
|
229
|
+
<!-- Section for all links. Make sure to keep an empty line after the `section` element and another before the `/section` close. -->
|
|
230
|
+
|
|
219
231
|
|
|
220
232
|
<section class="main-repo" >
|
|
221
233
|
|
|
@@ -235,7 +247,7 @@ For more information on the project, filing bug reports and feature requests, an
|
|
|
235
247
|
|
|
236
248
|
## Copyright
|
|
237
249
|
|
|
238
|
-
Copyright © 2016-
|
|
250
|
+
Copyright © 2016-2022. The Stdlib [Authors][stdlib-authors].
|
|
239
251
|
|
|
240
252
|
</section>
|
|
241
253
|
|
|
@@ -254,9 +266,20 @@ Copyright © 2016-2021. The Stdlib [Authors][stdlib-authors].
|
|
|
254
266
|
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/datasets-berndt-cps-wages-1985/main.svg
|
|
255
267
|
[coverage-url]: https://codecov.io/github/stdlib-js/datasets-berndt-cps-wages-1985?branch=main
|
|
256
268
|
|
|
269
|
+
<!--
|
|
270
|
+
|
|
257
271
|
[dependencies-image]: https://img.shields.io/david/stdlib-js/datasets-berndt-cps-wages-1985.svg
|
|
258
272
|
[dependencies-url]: https://david-dm.org/stdlib-js/datasets-berndt-cps-wages-1985/main
|
|
259
273
|
|
|
274
|
+
-->
|
|
275
|
+
|
|
276
|
+
[umd]: https://github.com/umdjs/umd
|
|
277
|
+
[es-module]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
|
|
278
|
+
|
|
279
|
+
[deno-url]: https://github.com/stdlib-js/datasets-berndt-cps-wages-1985/tree/deno
|
|
280
|
+
[umd-url]: https://github.com/stdlib-js/datasets-berndt-cps-wages-1985/tree/umd
|
|
281
|
+
[esm-url]: https://github.com/stdlib-js/datasets-berndt-cps-wages-1985/tree/esm
|
|
282
|
+
|
|
260
283
|
[chat-image]: https://img.shields.io/gitter/room/stdlib-js/stdlib.svg
|
|
261
284
|
[chat-url]: https://gitter.im/stdlib-js/stdlib/
|
|
262
285
|
|
package/package.json
CHANGED