GNU bug report logs - #64134
[PATCH 00/17] Add some Python financial libraries.

Previous Next

Package: guix-patches;

Reported by: Vinicius Monego <monego <at> posteo.net>

Date: Sat, 17 Jun 2023 15:18:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Vinicius Monego <monego <at> posteo.net>
To: 64134 <at> debbugs.gnu.org
Cc: Vinicius Monego <monego <at> posteo.net>
Subject: [bug#64134] [PATCH 04/17] gnu: Add python-pandas-datareader.
Date: Sat, 17 Jun 2023 15:18:27 +0000
* gnu/packages/finance.scm (python-pandas-datareader): New variable.
---
 gnu/packages/finance.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 769742c015..7eaa5941a0 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1075,6 +1075,25 @@ (define-public python-yfinance
  data from Yahoo! finance.")
     (license license:asl2.0)))
 
+(define-public python-pandas-datareader
+  (package
+    (name "python-pandas-datareader")
+    (version "0.10.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "pandas-datareader" version))
+              (sha256
+               (base32
+                "19nmajs2cj0k2jz6r3z3hc1h49gn7x86s71zd311035w74ywdhwz"))))
+    (build-system pyproject-build-system)
+    (arguments (list #:tests? #f)) ;all tests depend on online data
+    (propagated-inputs (list python-lxml python-pandas python-requests))
+    (home-page "https://github.com/pydata/pandas-datareader")
+    (synopsis "Extract data from Internet sources into a pandas DataFrame")
+    (description
+     "This package provides up to date remote data access for Pandas.")
+    (license license:bsd-3)))
+
 (define-public python-u2flib-host
   ;; The package is obsolete and superseded by python-fido2, but
   ;; needed for python-ledgerblue <at> 0.1.44.
-- 
2.34.1





This bug report was last modified 112 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.