Mudit
Mudit
Hi, great work here. A pretty basic question, but is there a way to get all stock symbols under Robinhoods pre-defined categories/lists like the `100 most popular` or `Daily movers`...
Hi, I am a lil confused about the dataset. The dataset that I have/downloaded- that yelp provides are 5 different json files(`yelp_academic_dataset_business.json, yelp_academic_dataset_checkin.json, yelp_academic_dataset_review.json, yelp_academic_dataset_tip.json, yelp_academic_dataset_user.json`).. However, in the examples...
**Describe the bug** failing to see updated site html hosted on s3 with any validations(it shows no validations at all) **To Reproduce** Steps to reproduce the behavior: See `great_expectation.yml` file...
Hi Solomon, Might sound silly but I'm not sure what am I missing here.. On evaluating: ``` q = ggplot( data=diamonds, aes(carat, price, colour=color)) + geom_point(alpha = 0.5, size =...
Hi, I'm having issues with this command: ``` val spark = (SparkSession .builder() .appName("interfacing spark sql to hive metastore without configuration file") .config("hive.metastore.uris", "thrift://hive-metastorerver-201227-ro-001:903,thrift://hive-metasteserver-201727-ro-002:9083,thrift://hive-metastoreser-201727-ro-003:9083") .enableHiveSupport() .getOrCreate()) ``` I get error:...
Hi, Any reason why zeppelin is taking only 1 core and not ALL cores in my machine? Any way to change that?