I am trying to install pyspark as this: python setup.py install I get this error: Could not import pypandoc - required to package PySpark pypandoc is inst
To print a collection from mongodb the following is my code in python: print(list(MongoClient(***).get_database("ChatDB").get_collection("room_members".find({'_
I have a question concerning hierarchical clustering using R Language. I am trying to find out what values does the argument dist.metric takes of the function h
I'm looking to send out a Post json request using Zapier's webhook function, together with Slack's incoming webhook set up. I'm using block kit to develop the m
I use spring boot + thymeleaf and mySQL DB I have 3 entities: Category SubCategory Porducts The current table I would like to show the sum of products in the ta
It's doing my eyes in! looks fine in IE and Firefox Chrome(Above) Running version 39 of chrome, only appears blurry in a modal box, does not make any diffe
I'm trying to use the following line to parse a CSV into a table in JRuby. # Parse the CSV file into a table table = CSV.parse(File.read(tempFileName), he
I want display loading macro gif while macro runs behind the problem is the loading GIF doesn't move during macro execution As of now this is all I got from the
I have the following tree structure: type 'a tree = | Function of string * 'a tree list (* function name and arguments *) | Terminal of 'a I use this