mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-26 02:18:05 +00:00
site updated
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ import requests
|
||||
import re
|
||||
import pandas as pd
|
||||
|
||||
reu = re.compile('https://github.com/([\w-]+/[\w-]+)')
|
||||
reu = re.compile(r'https://github.com/([\w-]+/[\w-]+)')
|
||||
red = re.compile(r'\d\d\d\d-\d\d-\d\d')
|
||||
|
||||
url = 'https://cran.r-project.org/web/packages/xts/index.html'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user