This file contains 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 token | |
import tokenize | |
from six.moves import cStringIO as StringIO | |
import json | |
from pandas.io.json import json_normalize | |
import requests | |
import pandas as pd | |
def __fix_lazy_json(in_text): |
This file contains 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
module FileUpload where | |
import String | |
port output : Signal [String] | |
port output = String.lines <~ openFromFile | |
port openFromFile : Signal String |