data-pipeline

ValueError when running Python function in data pipeline

ValueError when running Python function in data pipeline Question: I’m building a data pipeline using Python and I’m running into an issue when trying to execute a certain function. The error message I’m receiving is: ValueError: Could not convert string to float: ‘N/A’ Here is the function in question: def process_data(data): for item in data: …

Total answers: 1