From 750d896c6e7747c593d9a0ea89aa425f1cd39285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Swe=C3=B1a?= Date: Thu, 28 May 2026 18:27:09 +0000 Subject: [PATCH] docs: add an AUTHORS file Follows the conventions at https://opensource.google/documentation/reference/releasing/authors --- AUTHORS | 10 ++++++++++ README.md | 19 ++++++++++++++----- 2 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 AUTHORS 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.