diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:17:09 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:58 -0400 |
commit | 8af4b316a9dd223564e2eb17e2775d3e0c32587a (patch) | |
tree | 292f4429c461a3975440b00cfbb143acbd5d7a24 | |
parent | 4c302d4eedda04c32a548e2206c892ad31942362 (diff) |
python/python3-pandas: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/python3-pandas/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/python/python3-pandas/README b/python/python3-pandas/README index dec91935334d..f0d115f3d9a8 100644 --- a/python/python3-pandas/README +++ b/python/python3-pandas/README @@ -1,3 +1,4 @@ -The Python Data Analysis Library (Pandas) is an open source, BSD-licensed -library providing high-performance, easy-to-use data structures and data -analysis tools for the Python programming language. +The Python Data Analysis Library (Pandas) is an open source, +BSD-licensed library providing high-performance, easy-to-use data +structures and data analysis tools for the Python programming +language. |