mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
Add @aborruso as a contributor
This commit is contained in:
parent
2e431d4234
commit
c48e2a92a1
2 changed files with 59 additions and 10 deletions
24
.all-contributorsrc
Normal file
24
.all-contributorsrc
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"projectName": "miller",
|
||||
"projectOwner": "johnkerl",
|
||||
"repoType": "github",
|
||||
"repoHost": "https://github.com",
|
||||
"files": [
|
||||
"README.md"
|
||||
],
|
||||
"imageSize": 50,
|
||||
"commit": true,
|
||||
"commitConvention": "none",
|
||||
"contributors": [
|
||||
{
|
||||
"login": "aborruso",
|
||||
"name": "Andrea Borruso",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/30607?v=4",
|
||||
"profile": "https://github.com/aborruso",
|
||||
"contributions": [
|
||||
"ideas"
|
||||
]
|
||||
}
|
||||
],
|
||||
"contributorsPerLine": 7
|
||||
}
|
||||
45
README.md
45
README.md
|
|
@ -1,4 +1,7 @@
|
|||
[**Take the 2021 Miller User Survey!**](https://docs.google.com/forms/d/e/1FAIpQLSfNgLS9WVRq9mu8dZlMbS7LbTyRH1diRDnT_dGiavSOh_A8xA/viewform?usp=sf_link)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[](#contributors-)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
# What is Miller?
|
||||
|
||||
|
|
@ -97,16 +100,6 @@ See also [building from source](https://miller.readthedocs.io/en/latest/build.ht
|
|||
* Discussion forum: https://github.com/johnkerl/miller/discussions
|
||||
* Feature requests / bug reports: https://github.com/johnkerl/miller/issues
|
||||
|
||||
# Contributors
|
||||
|
||||
Thanks to all the fine people who help make Miller better by contributing
|
||||
commits/PRs! (Coming soon -- there will be an equally good way to honor all the
|
||||
fine people who contribute through issues and feature requests!)
|
||||
|
||||
<a href="https://github.com/johnkerl/miller/graphs/contributors">
|
||||
<img src="https://contributors-img.web.app/image?repo=johnkerl/miller" />
|
||||
</a>
|
||||
|
||||
# Features
|
||||
|
||||
* Miller is **multi-purpose**: it's useful for **data cleaning**,
|
||||
|
|
@ -173,3 +166,35 @@ and expect it to work.
|
|||
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">Holy holly data swiss army knife batman! How did noone suggest Miller <a href="https://t.co/JGQpmRAZLv">https://t.co/JGQpmRAZLv</a> for solving database cleaning / ETL issues to me before <br><br>Congrats to <a href="https://twitter.com/__jo_ker__?ref_src=twsrc%5Etfw">@__jo_ker__</a> for amazingly intuitive tool for critical data management tasks!<a href="https://twitter.com/hashtag/DataScienceandLaw?src=hash&ref_src=twsrc%5Etfw">#DataScienceandLaw</a> <a href="https://twitter.com/hashtag/ComputationalLaw?src=hash&ref_src=twsrc%5Etfw">#ComputationalLaw</a></p>— James Miller (@japanlawprof) <a href="https://twitter.com/japanlawprof/status/1006547451409518597?ref_src=twsrc%5Etfw">June 12, 2018</a></blockquote>
|
||||
|
||||
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">🤯<a href="https://twitter.com/__jo_ker__?ref_src=twsrc%5Etfw">@__jo_ker__</a>'s Miller easily reads, transforms, + writes all sorts of tabular data. It's standalone, fast, and built for streaming data (operating on one line at a time, so you can work on files larger than memory).<br><br>And the docs are dream. I've been reading them all morning! <a href="https://t.co/Be2pGPZK6t">https://t.co/Be2pGPZK6t</a></p>— Benjamin Wolfe (he/him) (@BenjaminWolfe) <a href="https://twitter.com/BenjaminWolfe/status/1435966268499128324?ref_src=twsrc%5Etfw">September 9, 2021</a></blockquote>
|
||||
|
||||
<!--
|
||||
# Contributors
|
||||
|
||||
Thanks to all the fine people who help make Miller better by contributing
|
||||
commits/PRs! (Coming soon -- there will be an equally good way to honor all the
|
||||
fine people who contribute through issues and feature requests!)
|
||||
|
||||
<a href="https://github.com/johnkerl/miller/graphs/contributors">
|
||||
<img src="https://contributors-img.web.app/image?repo=johnkerl/miller" />
|
||||
</a>
|
||||
-->
|
||||
|
||||
## Contributors ✨
|
||||
|
||||
Thanks to all the fine people who help make Miller better ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
<!-- prettier-ignore-start -->
|
||||
<!-- markdownlint-disable -->
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center"><a href="https://github.com/aborruso"><img src="https://avatars.githubusercontent.com/u/30607?v=4?s=50" width="50px;" alt=""/><br /><sub><b>Andrea Borruso</b></sub></a><br /><a href="#ideas-aborruso" title="Ideas, Planning, & Feedback">🤔</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- markdownlint-restore -->
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind are welcome!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue