diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..790248b --- /dev/null +++ b/AUTHORS @@ -0,0 +1,10 @@ +# This is the list of LeanFrame's significant contributors. +# +# This does not necessarily list everyone who has contributed code, +# especially since many employees of one corporation may be contributing. +# To see the full list of contributors, see the revision history in +# source control. +Google LLC +Vodafone +Andreas Beschorner (Vodafone) +Timothy Swena (Google LLC) diff --git a/README.md b/README.md index 16677de..1a2e120 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,8 @@ Create a DataFrame from a table. df = session.read_sql_table("bigquery-public-data.usa_names.usa_1910_2013") ``` -Perform pandas operations. - -``` -TODO -``` +Perform pandas operations. See +https://github.com/tswast/leanframe/tree/main/demos for examples. Get your results as a pandas DataFrame. @@ -55,6 +52,18 @@ Get your results as a pandas DataFrame. pddf = df.to_pandas() ``` +## Contributors + +Authors of significant contributions are listed in the +[AUTHORS](https://github.com/tswast/leanframe/blob/main/AUTHORS) file. This +project was founded by Andreas Beschorner (Vodafone) and Timothy Swena (Google +LLC). + +## License + +Apache 2.0 license. See +[LICENSE](https://github.com/tswast/leanframe/blob/main/LICENSE) for details. + ## Disclaimer This is a personal project. Does not reflect my employer.