The following code results in huge memory usage. Reported by a user ``` df = DataFrame(index=np.arange(175)) for i in range(8000): df[i] = 5 ```