I am getting the following error message when trying to run this AlexNET python code. Traceback (most recent call last): File "C:\Users\PycharmProjects\Local-
After unmarshalling two yaml files to two different maps, i wanted to compare keys (both outer and inner keys as it is a nested map) of both maps and if any key
I have notebook that runs a machine learning jobs in databrick, i'm using dbutils to accept variables and pass that to notebook. I have created another notebook
Suppose I have a csv file and I've changed colors of some rows. Now I have a new csv file that I am downloading from the internet. It has some new rows and some
I have a class players which have their name and experience as private attributes. I have 2 functions that returns each of them. class Player: def __init__(
I am running many commands like this to export data from hive as CSVs: INSERT OVERWRITE DIRECTORY '/output/database/table/' ROW FORMAT SERDE 'org.apache.hadoop
I am somewhat overwhelmed/confused by the number of options available to sync data with a web api and could use some help to understand the best option. I have