This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import json | |
| import luigi | |
| import luigi.hdfs | |
| import luigi.hadoop | |
| import pandas as pd | |
| import numpy | |
| import pandas | |
| luigi.hadoop.attach(numpy, pandas) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import re | |
| import json | |
| import luigi | |
| import pandas as pd | |
| from mysolr import Solr | |
| from bs4 import BeautifulSoup | |
| class InputText(luigi.ExternalTask): |
NewerOlder