I am new to Prodigy and haven't fully figured out the paradigm. For a project, I would like to manually annotate names from texts. My team has developed our own
I am using pyspark.sql.dataframe.DataFrame in pyspark. I have one driver and 3 executors/workers. When I want to apply a function to each row and have it run on
I'm using getline() to parse coordinate lines from a kml file into a vector. The relevant part of the kml file looks like this (replaced numbers with x)... <
Can the case of multiple ifs (like switch) or assignments between for loops be expressed as python comprehension (list comprehension) or any simplification? The
I have an ASP.NET MVC application with a root web.config and a secondary Views/web.config added automatically by Visual Studio years ago when the application wa
Do you know any method to know the state of a JPA entity?. I'm facing some bugs and I need to know if an entity is detached or managed. I'm using EclipseLink 2
I'm using: Python 3.4.2 PyMongo 3.0.2 mongolab running mongod 2.6.9 uWSGI 2.0.10 CherryPy 3.7.0 nginx 1.6.2 uWSGI start params: --socket 127.0.0.1:8081 --daem
My project consists of three applications, amocrm, vk, tg. Everyone needs to add their turn. But I don't understand how it works. This is necessary because each
How do I import non-CSV ASCII data into SQLite 3? I have a large amount of newline (0x0A)-terminated ASCII data that I want to import to SQLite 3. I can't use C